ICustomer | |
public interface ICustomerCorporateAgreementService : ICustomerCorporateAgreementQueryService, IBusinessService
The ICustomerCorporateAgreementService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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)  |