예제 #1
0
 public Flight Get(long id)
 {
     return(_reservationContext.GetFlight(id));
 }