Exemplo n.º 1
0
 public System.Threading.Tasks.Task removeParticipacionAsync(int entity)
 {
     net.desktop.WebServiceParticipacion.removeParticipacion inValue = new net.desktop.WebServiceParticipacion.removeParticipacion();
     inValue.entity = entity;
     return(((net.desktop.WebServiceParticipacion.ParticipacionWS)(this)).removeParticipacionAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task net.desktop.WebServiceParticipacion.ParticipacionWS.removeParticipacionAsync(net.desktop.WebServiceParticipacion.removeParticipacion request)
 {
     return(base.Channel.removeParticipacionAsync(request));
 }