Beispiel #1
0
 public override IFlight GetFlightById(ulong Id)
 {
     return(flightData.GetById(Id));
 }