Exemplo n.º 1
0
        // GET: Cours
        public ActionResult Index()


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