public System.Threading.Tasks.Task removeEstadoParticipacionAsync(int entity) { net.desktop.WebServiceEstadoParticipacion.removeEstadoParticipacion inValue = new net.desktop.WebServiceEstadoParticipacion.removeEstadoParticipacion(); inValue.entity = entity; return(((net.desktop.WebServiceEstadoParticipacion.EstadoParticipacionWS)(this)).removeEstadoParticipacionAsync(inValue)); }
System.Threading.Tasks.Task net.desktop.WebServiceEstadoParticipacion.EstadoParticipacionWS.removeEstadoParticipacionAsync(net.desktop.WebServiceEstadoParticipacion.removeEstadoParticipacion request) { return(base.Channel.removeEstadoParticipacionAsync(request)); }