Example #1
0
        // GET: Cours
        public ActionResult Index()


        {
            return(View(db.GetCourse().ToList()));
        }