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