ICustomer |
public interface ICustomerCorporateAgreementEntityService : ICustomerCorporateAgreementQueryService, IBusinessService
The ICustomerCorporateAgreementEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new CustomerCorporateAgreement | |
Delete | Deletes the specified CustomerCorporateAgreement. | |
Get |
Gets a list of CustomerCorporateAgreements matching the specified filter.
(Inherited from ICustomerCorporateAgreementQueryService) | |
GetAll |
Gets all CustomerCorporateAgreements
(Inherited from ICustomerCorporateAgreementQueryService) | |
GetSingle |
Gets a single CustomerCorporateAgreement matching the provided filter.
(Inherited from ICustomerCorporateAgreementQueryService) | |
Update | Updates the specified CustomerCorporateAgreement |