Exemple #1
0
 public System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findPostulacionResponse> findPostulacionAsync(int id)
 {
     net.desktop.WebServicePostulacion.findPostulacionRequest inValue = new net.desktop.WebServicePostulacion.findPostulacionRequest();
     inValue.id = id;
     return(((net.desktop.WebServicePostulacion.PostulacionWS)(this)).findPostulacionAsync(inValue));
 }
Exemple #2
0
 System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findPostulacionResponse> net.desktop.WebServicePostulacion.PostulacionWS.findPostulacionAsync(net.desktop.WebServicePostulacion.findPostulacionRequest request)
 {
     return(base.Channel.findPostulacionAsync(request));
 }