Exemple #1
0
        public ActionResult Index()
        {
            EventoDAL evento = new EventoDAL();
            IList <CadastroEventoModel> lista = evento.ListarTodos();


            return(View(lista));
        }