Example #1
0
 public System.Threading.Tasks.Task <net.desktop.WebServiceEstadoParticipacion.findAllEstadoParticipacionResponse> findAllEstadoParticipacionAsync()
 {
     net.desktop.WebServiceEstadoParticipacion.findAllEstadoParticipacionRequest inValue = new net.desktop.WebServiceEstadoParticipacion.findAllEstadoParticipacionRequest();
     return(((net.desktop.WebServiceEstadoParticipacion.EstadoParticipacionWS)(this)).findAllEstadoParticipacionAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <net.desktop.WebServiceEstadoParticipacion.findAllEstadoParticipacionResponse> net.desktop.WebServiceEstadoParticipacion.EstadoParticipacionWS.findAllEstadoParticipacionAsync(net.desktop.WebServiceEstadoParticipacion.findAllEstadoParticipacionRequest request)
 {
     return(base.Channel.findAllEstadoParticipacionAsync(request));
 }