Exemplo n.º 1
0
 // GET: NextGradedCourses
 public ActionResult Index()
 {
     //return View(db.NextGradedCourses.ToList());
     return(View(NextGradedCourse.getInstance()));
 }
 // GET: NextGradedCourses
 public ActionResult Index()
 {
     return(View(NextGradedCourse.getInstance()));
 }