Esempio n. 1
0
        // GET: /Admin/SideBar/
        public ActionResult EventsBarIndex()
        {
            LessonDao      lessonDao   = new LessonDao();
            IList <Lesson> listLessons = lessonDao.GetRestrictedLessons(true);

            return(View(listLessons));
        }