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

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

Public Methods

Method Description
FreedomOfInformationRepository ( IwsContext context ) : System
Get ( System.DateTime from, System.DateTime to, ChemicalComposition chemicalComposition, UKCompetentAuthority competentAuthority, FoiReportDates dateType ) : Task>

Method Details

FreedomOfInformationRepository() public method

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

Get() public method

public Get ( System.DateTime from, System.DateTime to, ChemicalComposition chemicalComposition, UKCompetentAuthority competentAuthority, FoiReportDates dateType ) : Task>
from System.DateTime
to System.DateTime
chemicalComposition ChemicalComposition
competentAuthority UKCompetentAuthority
dateType FoiReportDates
return Task>