public System.Threading.Tasks.Task <net.desktop.WebServiceEstadoPostulacion.findAllEstadoPostulacionResponse> findAllEstadoPostulacionAsync() { net.desktop.WebServiceEstadoPostulacion.findAllEstadoPostulacionRequest inValue = new net.desktop.WebServiceEstadoPostulacion.findAllEstadoPostulacionRequest(); return(((net.desktop.WebServiceEstadoPostulacion.EstadoPostulacionWS)(this)).findAllEstadoPostulacionAsync(inValue)); }
System.Threading.Tasks.Task <net.desktop.WebServiceEstadoPostulacion.findAllEstadoPostulacionResponse> net.desktop.WebServiceEstadoPostulacion.EstadoPostulacionWS.findAllEstadoPostulacionAsync(net.desktop.WebServiceEstadoPostulacion.findAllEstadoPostulacionRequest request) { return(base.Channel.findAllEstadoPostulacionAsync(request)); }