Exemplo n.º 1
0
 public System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findAllPostulacionResponse> findAllPostulacionAsync()
 {
     net.desktop.WebServicePostulacion.findAllPostulacionRequest inValue = new net.desktop.WebServicePostulacion.findAllPostulacionRequest();
     return(((net.desktop.WebServicePostulacion.PostulacionWS)(this)).findAllPostulacionAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findAllPostulacionResponse> net.desktop.WebServicePostulacion.PostulacionWS.findAllPostulacionAsync(net.desktop.WebServicePostulacion.findAllPostulacionRequest request)
 {
     return(base.Channel.findAllPostulacionAsync(request));
 }