ToList(); ViewBag.ListOfDepartment = new SelectList(DeptList, "DepartmentId", "DepartmentName"); return View(); } public ActionResult ...
確定! 回上一頁