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

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

Public Methods

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

Method Details

FinanceReportRepository() public method

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

GetFinanceReport() public method

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