IService |
public interface IServiceUserService : IServiceUserQueryService, IBusinessService
The IServiceUserService type exposes the following members.
Name | Description | |
---|---|---|
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) |