示例#1
0
 public System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findFullAllPostulacionResponse> findFullAllPostulacionAsync()
 {
     net.desktop.WebServicePostulacion.findFullAllPostulacionRequest inValue = new net.desktop.WebServicePostulacion.findFullAllPostulacionRequest();
     return(((net.desktop.WebServicePostulacion.PostulacionWS)(this)).findFullAllPostulacionAsync(inValue));
 }
示例#2
0
 System.Threading.Tasks.Task <net.desktop.WebServicePostulacion.findFullAllPostulacionResponse> net.desktop.WebServicePostulacion.PostulacionWS.findFullAllPostulacionAsync(net.desktop.WebServicePostulacion.findFullAllPostulacionRequest request)
 {
     return(base.Channel.findFullAllPostulacionAsync(request));
 }