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

Inheritance: IMissingShipmentsRepository
ファイルを表示 Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
Get ( System.DateTime from, System.DateTime to, UKCompetentAuthority competentAuthority, MissingShipmentsReportDates dateType ) : Task>
MissingShipmentsRepository ( IwsContext context ) : System

Method Details

Get() public method

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

MissingShipmentsRepository() public method

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