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