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