コード例 #1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceParticipacion.findAllParticipacionResponse> findAllParticipacionAsync()
 {
     net.desktop.WebServiceParticipacion.findAllParticipacionRequest inValue = new net.desktop.WebServiceParticipacion.findAllParticipacionRequest();
     return(((net.desktop.WebServiceParticipacion.ParticipacionWS)(this)).findAllParticipacionAsync(inValue));
 }
コード例 #2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceParticipacion.findAllParticipacionResponse> net.desktop.WebServiceParticipacion.ParticipacionWS.findAllParticipacionAsync(net.desktop.WebServiceParticipacion.findAllParticipacionRequest request)
 {
     return(base.Channel.findAllParticipacionAsync(request));
 }