Пример #1
0
 public WpfApp1.FlightSOAP.Flight[] SelectAll()
 {
     WpfApp1.FlightSOAP.SelectAllRequest inValue = new WpfApp1.FlightSOAP.SelectAllRequest();
     inValue.Body = new WpfApp1.FlightSOAP.SelectAllRequestBody();
     WpfApp1.FlightSOAP.SelectAllResponse retVal = ((WpfApp1.FlightSOAP.FlightServiceSoap)(this)).SelectAll(inValue);
     return(retVal.Body.SelectAllResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <WpfApp1.FlightSOAP.SelectAllResponse> SelectAllAsync()
 {
     WpfApp1.FlightSOAP.SelectAllRequest inValue = new WpfApp1.FlightSOAP.SelectAllRequest();
     inValue.Body = new WpfApp1.FlightSOAP.SelectAllRequestBody();
     return(((WpfApp1.FlightSOAP.FlightServiceSoap)(this)).SelectAllAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <WpfApp1.FlightSOAP.SelectAllResponse> WpfApp1.FlightSOAP.FlightServiceSoap.SelectAllAsync(WpfApp1.FlightSOAP.SelectAllRequest request)
 {
     return(base.Channel.SelectAllAsync(request));
 }
Пример #4
0
 WpfApp1.FlightSOAP.SelectAllResponse WpfApp1.FlightSOAP.FlightServiceSoap.SelectAll(WpfApp1.FlightSOAP.SelectAllRequest request)
 {
     return(base.Channel.SelectAll(request));
 }