C# 클래스 TrainNotifier.Service.CancellationRepository

상속: DbRepository
파일 보기 프로젝트 열기: blueghostuk/trainnotifier-server

공개 메소드들

메소드 설명
GetCancellations ( string fromCrs, string toCrs, System.DateTime startDate, System.DateTime endDate ) : Task>

비공개 메소드들

메소드 설명
GetCancellations ( List tiplocsFrom, List tiplocsTo, System.DateTime startDate, System.DateTime endDate ) : Task>

메소드 상세

GetCancellations() 공개 메소드

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