Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceCentro.seleccionarCentroFullPorResponse> seleccionarCentroFullPorAsync(string campo, string valor)
 {
     net.desktop.WebServiceCentro.seleccionarCentroFullPorRequest inValue = new net.desktop.WebServiceCentro.seleccionarCentroFullPorRequest();
     inValue.campo = campo;
     inValue.valor = valor;
     return(((net.desktop.WebServiceCentro.CentroWS)(this)).seleccionarCentroFullPorAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceCentro.seleccionarCentroFullPorResponse> net.desktop.WebServiceCentro.CentroWS.seleccionarCentroFullPorAsync(net.desktop.WebServiceCentro.seleccionarCentroFullPorRequest request)
 {
     return(base.Channel.seleccionarCentroFullPorAsync(request));
 }