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