C# Class TrainNotifier.Service.DelaysRepository

Inheritance: DbRepository
Afficher le fichier Open project: blueghostuk/trainnotifier-server

Méthodes publiques

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

Private Methods

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

Method Details

GetDelays() public méthode

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