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