Exemple #1
0
 public System.Threading.Tasks.Task <SiiconWebService.SelecccionarCompañiasResponse> SelecccionarCompañiasAsync()
 {
     SiiconWebService.SelecccionarCompañiasRequest inValue = new SiiconWebService.SelecccionarCompañiasRequest();
     inValue.Body = new SiiconWebService.SelecccionarCompañiasRequestBody();
     return(((SiiconWebService.WSTiendaSoap)(this)).SelecccionarCompañiasAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <SiiconWebService.SelecccionarCompañiasResponse> SiiconWebService.WSTiendaSoap.SelecccionarCompañiasAsync(SiiconWebService.SelecccionarCompañiasRequest request)
 {
     return(base.Channel.SelecccionarCompañiasAsync(request));
 }