Exemple #1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceCentro.seleccionarAllCentroFullResponse> seleccionarAllCentroFullAsync()
 {
     net.desktop.WebServiceCentro.seleccionarAllCentroFullRequest inValue = new net.desktop.WebServiceCentro.seleccionarAllCentroFullRequest();
     return(((net.desktop.WebServiceCentro.CentroWS)(this)).seleccionarAllCentroFullAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceCentro.seleccionarAllCentroFullResponse> net.desktop.WebServiceCentro.CentroWS.seleccionarAllCentroFullAsync(net.desktop.WebServiceCentro.seleccionarAllCentroFullRequest request)
 {
     return(base.Channel.seleccionarAllCentroFullAsync(request));
 }