Exemplo n.º 1
0
        // GET: Agenda
        public ActionResult List(string data)
        {
            List <Evento> eventoList;

            eventoList         = EDao.GetEventoList();
            ViewBag.eventoList = eventoList;
            return(View());
        }