Click or drag to resize
Infosoft Logo

IBundleProductEntityService Interface

A base repository service for manipulating BundleProduct entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IBundleProductEntityService : IBundleProductQueryService, 
	IBusinessService

The IBundleProductEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new BundleProduct
Public methodDelete Deletes the specified BundleProduct.
Public methodGet Gets a list of BundleProducts matching the specified filter.
(Inherited from IBundleProductQueryService)
Public methodGetAll Gets all BundleProducts
(Inherited from IBundleProductQueryService)
Public methodGetSingle Gets a single BundleProduct matching the provided filter.
(Inherited from IBundleProductQueryService)
Public methodUpdate Updates the specified BundleProduct
Top
See Also