public System.Threading.Tasks.Task <net.desktop.WebServiceEstadoParticipacion.findAllEstadoParticipacionResponse> findAllEstadoParticipacionAsync() { net.desktop.WebServiceEstadoParticipacion.findAllEstadoParticipacionRequest inValue = new net.desktop.WebServiceEstadoParticipacion.findAllEstadoParticipacionRequest(); return(((net.desktop.WebServiceEstadoParticipacion.EstadoParticipacionWS)(this)).findAllEstadoParticipacionAsync(inValue)); }
System.Threading.Tasks.Task <net.desktop.WebServiceEstadoParticipacion.findAllEstadoParticipacionResponse> net.desktop.WebServiceEstadoParticipacion.EstadoParticipacionWS.findAllEstadoParticipacionAsync(net.desktop.WebServiceEstadoParticipacion.findAllEstadoParticipacionRequest request) { return(base.Channel.findAllEstadoParticipacionAsync(request)); }