Click or drag to resize
Infosoft Logo

IDiscountStatisticsService Interface

Service for manipulating DiscountStatistics entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IDiscountStatisticsService : IDiscountStatisticsQueryService, 
	IBusinessService

The IDiscountStatisticsService type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of DiscountStatisticsSet matching the specified filter.
(Inherited from IDiscountStatisticsQueryService)
Public methodGetAll Gets all DiscountStatisticsSet
(Inherited from IDiscountStatisticsQueryService)
Public methodGetSingle Gets a single DiscountStatistics matching the provided filter.
(Inherited from IDiscountStatisticsQueryService)
Top
See Also