コード例 #1
0
 public ActionResult Save()
 {
     ViewBag.Students     = enrollCourseManager.GetStudentsForDropDown();
     ViewBag.GradeLetters = gradeLetterManager.GetGradesForDropDown();
     return(View());
 }
コード例 #2
0
 public ActionResult Save()
 {
     ViewBag.Students = enrollCourseManager.GetStudentsForDropDown();
     return(View());
 }