コード例 #1
0
 //
 // GET: /AllocateClassRoom/
 public ActionResult AllocateClassRoom()
 {
     ViewBag.Rooms       = allocateClassRoomManager.GetAllRooms();
     ViewBag.Days        = allocateClassRoomManager.GetAllDays();
     ViewBag.Departments = departmentManager.GetAllDepartments();
     return(View());
 }