예제 #1
0
 public System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findPostulacionFullPorResponse> findPostulacionFullPorAsync(string campo, string valor)
 {
     net.desktop.WebServicePostulacion.findPostulacionFullPorRequest inValue = new net.desktop.WebServicePostulacion.findPostulacionFullPorRequest();
     inValue.campo = campo;
     inValue.valor = valor;
     return(((net.desktop.WebServicePostulacion.PostulacionWS)(this)).findPostulacionFullPorAsync(inValue));
 }
예제 #2
0
 System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findPostulacionFullPorResponse> net.desktop.WebServicePostulacion.PostulacionWS.findPostulacionFullPorAsync(net.desktop.WebServicePostulacion.findPostulacionFullPorRequest request)
 {
     return(base.Channel.findPostulacionFullPorAsync(request));
 }