C# Class TrainNotifier.Service.CancellationRepository

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

Méthodes publiques

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

Private Methods

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

Method Details

GetCancellations() public méthode

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