Exemplo n.º 1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceParticipacion.findParticipacionResponse> findParticipacionAsync(int id)
 {
     net.desktop.WebServiceParticipacion.findParticipacionRequest inValue = new net.desktop.WebServiceParticipacion.findParticipacionRequest();
     inValue.id = id;
     return(((net.desktop.WebServiceParticipacion.ParticipacionWS)(this)).findParticipacionAsync(inValue));
 }
Exemplo n.º 2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceParticipacion.findParticipacionResponse> net.desktop.WebServiceParticipacion.ParticipacionWS.findParticipacionAsync(net.desktop.WebServiceParticipacion.findParticipacionRequest request)
 {
     return(base.Channel.findParticipacionAsync(request));
 }