コード例 #1
0
 public ActionResult UnAllocate(int?id)
 {
     ViewBag.Message = classRoomManager.UnAllocateClassroom();
     return(View());
 }