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