C# Class TrainNotifier.Service.CancellationRepository

Inheritance: DbRepository
Mostra file Open project: blueghostuk/trainnotifier-server

Public Methods

Method Description
GetCancellations ( string fromCrs, string toCrs, System.DateTime startDate, System.DateTime endDate ) : Task>

Private Methods

Method Description
GetCancellations ( List tiplocsFrom, List tiplocsTo, System.DateTime startDate, System.DateTime endDate ) : Task>

Method Details

GetCancellations() public method

public GetCancellations ( string fromCrs, string toCrs, System.DateTime startDate, System.DateTime endDate ) : Task>
fromCrs string
toCrs string
startDate System.DateTime
endDate System.DateTime
return Task>