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