Esempio n. 1
0
 public System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findFullPostulacionResponse> findFullPostulacionAsync(int id)
 {
     net.desktop.WebServicePostulacion.findFullPostulacionRequest inValue = new net.desktop.WebServicePostulacion.findFullPostulacionRequest();
     inValue.id = id;
     return(((net.desktop.WebServicePostulacion.PostulacionWS)(this)).findFullPostulacionAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findFullPostulacionResponse> net.desktop.WebServicePostulacion.PostulacionWS.findFullPostulacionAsync(net.desktop.WebServicePostulacion.findFullPostulacionRequest request)
 {
     return(base.Channel.findFullPostulacionAsync(request));
 }