Exemplo n.º 1
0
 public System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findPostulacionPorResponse> findPostulacionPorAsync(string campo, string valor)
 {
     net.desktop.WebServicePostulacion.findPostulacionPorRequest inValue = new net.desktop.WebServicePostulacion.findPostulacionPorRequest();
     inValue.campo = campo;
     inValue.valor = valor;
     return(((net.desktop.WebServicePostulacion.PostulacionWS)(this)).findPostulacionPorAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findPostulacionPorResponse> net.desktop.WebServicePostulacion.PostulacionWS.findPostulacionPorAsync(net.desktop.WebServicePostulacion.findPostulacionPorRequest request)
 {
     return(base.Channel.findPostulacionPorAsync(request));
 }