Example #1
0
 public System.Threading.Tasks.Task <App1.ServiceReference1.UpdateResponse> UpdateAsync(App1.ServiceReference1.Customer Cus, int id)
 {
     App1.ServiceReference1.UpdateRequest inValue = new App1.ServiceReference1.UpdateRequest();
     inValue.Body     = new App1.ServiceReference1.UpdateRequestBody();
     inValue.Body.Cus = Cus;
     inValue.Body.id  = id;
     return(((App1.ServiceReference1.Service1Soap)(this)).UpdateAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <App1.ServiceReference1.UpdateResponse> App1.ServiceReference1.Service1Soap.UpdateAsync(App1.ServiceReference1.UpdateRequest request)
 {
     return(base.Channel.UpdateAsync(request));
 }