Пример #1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceParticipacion.findFullParticipacionResponse> findFullParticipacionAsync(int id)
 {
     net.desktop.WebServiceParticipacion.findFullParticipacionRequest inValue = new net.desktop.WebServiceParticipacion.findFullParticipacionRequest();
     inValue.id = id;
     return(((net.desktop.WebServiceParticipacion.ParticipacionWS)(this)).findFullParticipacionAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceParticipacion.findFullParticipacionResponse> net.desktop.WebServiceParticipacion.ParticipacionWS.findFullParticipacionAsync(net.desktop.WebServiceParticipacion.findFullParticipacionRequest request)
 {
     return(base.Channel.findFullParticipacionAsync(request));
 }