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