ICustomer | |
public interface ICustomerTypeEntityService : ICustomerTypeQueryService, IBusinessService
The ICustomerTypeEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new CustomerType | |
| Delete | Deletes the specified CustomerType. | |
| 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) | |
| Update | Updates the specified CustomerType |