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