Esempio n. 1
0
 // GET: Subject
 public ActionResult Index()
 {
     ViewBag.YearTerm = YearAction.ShowAll();
     return(View());
 }
Esempio n. 2
0
 public ActionResult AllSchoolYear()
 {
     ViewBag.Year = YearAction.ShowAll();
     return(View());
 }