public WebEventos.SRefEventoParticipante.ServiceResponse actualizar(WebEventos.SRefEventoParticipante.EventoParticipante eventoParticipante)
 {
     return(base.Channel.actualizar(eventoParticipante));
 }
 public System.Threading.Tasks.Task <WebEventos.SRefEventoParticipante.ServiceResponse> actualizarAsync(WebEventos.SRefEventoParticipante.EventoParticipante eventoParticipante)
 {
     return(base.Channel.actualizarAsync(eventoParticipante));
 }
 public WebEventos.SRefEventoParticipante.ServiceResponse registrar(WebEventos.SRefEventoParticipante.EventoParticipante eventoParticipante)
 {
     return(base.Channel.registrar(eventoParticipante));
 }