Exemple #1
0
        // GET: LunchEvents
        public ActionResult Index()
        {
            var model = db.GetAllLunchEvents();

            return(View(model));
        }