Esempio n. 1
0
 public Flight GetFlight(int id)
 {
     return(_flightRepo.GetFlightById(id));
 }