C# Class EA.Iws.DataAccess.Repositories.PricingStructureRepository

Inheritance: IPricingStructureRepository
Show file Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
Get ( ) : Task>
GetExport ( UKCompetentAuthority competentAuthority, NotificationType notificationType, int numberOfShipments, bool isInterim ) : Task
PricingStructureRepository ( IwsContext context ) : System.Collections.Generic

Method Details

Get() public method

public Get ( ) : Task>
return Task>

GetExport() public method

public GetExport ( UKCompetentAuthority competentAuthority, NotificationType notificationType, int numberOfShipments, bool isInterim ) : Task
competentAuthority UKCompetentAuthority
notificationType NotificationType
numberOfShipments int
isInterim bool
return Task

PricingStructureRepository() public method

public PricingStructureRepository ( IwsContext context ) : System.Collections.Generic
context IwsContext
return System.Collections.Generic