C# Class TrainNotifier.Service.DelaysRepository

Inheritance: DbRepository
显示文件 Open project: blueghostuk/trainnotifier-server

Public Methods

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

Private Methods

Method Description
GetDelays ( IEnumerable tiplocsFrom, IEnumerable tiplocsTo, System.DateTime startDate, System.DateTime endDate ) : Task>

Method Details

GetDelays() public method

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