Example #1
0
 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));
 }
Example #2
0
 System.Threading.Tasks.Task net.desktop.WebServiceEstadoParticipacion.EstadoParticipacionWS.removeEstadoParticipacionAsync(net.desktop.WebServiceEstadoParticipacion.removeEstadoParticipacion request)
 {
     return(base.Channel.removeEstadoParticipacionAsync(request));
 }