IDiscount |
public interface IDiscountService : IDiscountQueryService, IBusinessService
The IDiscountService type exposes the following members.
Name | Description | |
---|---|---|
Get |
Gets a list of Discounts matching the specified filter.
(Inherited from IDiscountQueryService) | |
GetAll |
Gets all Discounts
(Inherited from IDiscountQueryService) | |
GetSingle |
Gets a single Discount matching the provided filter.
(Inherited from IDiscountQueryService) |