コード例 #1
0
ファイル: EmployeeController.cs プロジェクト: Awais154/UB-BMS
        public ActionResult AddEmployee()
        {
            var departments = employeeProvider.GetDepartments();

            TempData["Departments"] = departments;

            return(View());
        }