ISubscription | |
public interface ISubscriptionService : ISubscriptionQueryService, IBusinessService
The ISubscriptionService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of Subscriptions matching the specified filter.
(Inherited from ISubscriptionQueryService) | |
| GetAll |
Gets all Subscriptions
(Inherited from ISubscriptionQueryService) | |
| GetSingle |
Gets a single Subscription matching the provided filter.
(Inherited from ISubscriptionQueryService) |