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