Example #1
0
 public Flight addFlight(Flight flight)
 {
     return(_reservationContext.addFlight(flight));
 }