Click or drag to resize
Infosoft Logo

IDiscountStatisticsEntityService Interface

A base repository service for manipulating DiscountStatistics entities in the database.

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

The IDiscountStatisticsEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new DiscountStatistics
Public methodDelete Deletes the specified DiscountStatistics.
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)
Public methodUpdate Updates the specified DiscountStatistics
Top
See Also