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