Click or drag to resize
Infosoft Logo

ICorporateAgreementProductEntityService Interface

A base repository service for manipulating CorporateAgreementProduct 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 ICorporateAgreementProductEntityService : ICorporateAgreementProductQueryService, 
	IBusinessService

The ICorporateAgreementProductEntityService type exposes the following members.

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