Click or drag to resize
Infosoft Logo

IDailyStatisticsService Interface

Service for manipulating DailyStatistics 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 IDailyStatisticsService : IDailyStatisticsQueryService, 
	IBusinessService

The IDailyStatisticsService type exposes the following members.

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