ICustomer | |
public interface ICustomerTypeService : ICustomerTypeQueryService, IBusinessService
The ICustomerTypeService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of CustomerTypes matching the specified filter.
(Inherited from ICustomerTypeQueryService) | |
| GetAll |
Gets all CustomerTypes
(Inherited from ICustomerTypeQueryService) | |
| GetSingle |
Gets a single CustomerType matching the provided filter.
(Inherited from ICustomerTypeQueryService) |