public static bool Delete(DTO.EventoDTO myEventoDTO) { bool resultado = EventoDAL.Delete(myEventoDTO); return(resultado); }