Esempio n. 1
0
 public System.Threading.Tasks.Task <App1.ServiceReference1.InsertResponse> InsertAsync(App1.ServiceReference1.Customer Cus)
 {
     App1.ServiceReference1.InsertRequest inValue = new App1.ServiceReference1.InsertRequest();
     inValue.Body     = new App1.ServiceReference1.InsertRequestBody();
     inValue.Body.Cus = Cus;
     return(((App1.ServiceReference1.Service1Soap)(this)).InsertAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <App1.ServiceReference1.InsertResponse> App1.ServiceReference1.Service1Soap.InsertAsync(App1.ServiceReference1.InsertRequest request)
 {
     return(base.Channel.InsertAsync(request));
 }