IService | |
public interface IServiceService : IServiceQueryService, IBusinessService
The IServiceService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of Services matching the specified filter.
(Inherited from IServiceQueryService) | |
| GetAll |
Gets all Services
(Inherited from IServiceQueryService) | |
| GetSingle |
Gets a single Service matching the provided filter.
(Inherited from IServiceQueryService) |