Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <string> AddFlightAsync(ARSWpfApp.ServiceReference1.InsertFlight flight)
 {
     return(base.Channel.AddFlightAsync(flight));
 }
Ejemplo n.º 2
0
 public string AddFlight(ARSWpfApp.ServiceReference1.InsertFlight flight)
 {
     return(base.Channel.AddFlight(flight));
 }