C# Class EA.Iws.DataAccess.Repositories.Reports.ExportStatsRepository

Inheritance: IExportStatsRepository
Mostrar archivo Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
ExportStatsRepository ( IwsContext context ) : System
GetExportStats ( System.DateTime from, System.DateTime to, UKCompetentAuthority competentAuthority ) : Task>

Method Details

ExportStatsRepository() public method

public ExportStatsRepository ( IwsContext context ) : System
context IwsContext
return System

GetExportStats() public method

public GetExportStats ( System.DateTime from, System.DateTime to, UKCompetentAuthority competentAuthority ) : Task>
from System.DateTime
to System.DateTime
competentAuthority UKCompetentAuthority
return Task>