コード例 #1
0
 public System.Threading.Tasks.Task <bool> ScheduleNewFlightAsync(AirportSimulator.LogicServiceReference.FlightDTO flightDTO)
 {
     return(base.Channel.ScheduleNewFlightAsync(flightDTO));
 }
コード例 #2
0
 public bool ScheduleNewFlight(AirportSimulator.LogicServiceReference.FlightDTO flightDTO)
 {
     return(base.Channel.ScheduleNewFlight(flightDTO));
 }