Example #1
0
 public System.Threading.Tasks.Task <WebService.GetCustomerResponse> GetCustomerAsync(string uno)
 {
     WebService.GetCustomerRequest inValue = new WebService.GetCustomerRequest();
     inValue.Body     = new WebService.GetCustomerRequestBody();
     inValue.Body.uno = uno;
     return(((WebService.ERPservicesSoap)(this)).GetCustomerAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <WebService.GetCustomerResponse> WebService.ERPservicesSoap.GetCustomerAsync(WebService.GetCustomerRequest request)
 {
     return(base.Channel.GetCustomerAsync(request));
 }