public static bool ActivaEvento(EventoDTO theEventoDTO) { bool respuesta = EventoDAL.ActivaEvento(theEventoDTO); return(respuesta); }