Exemplo n.º 1
0
        public IActionResult AddInstructor()
        {
            ViewData["Departments"] =
                new SelectList(instructorRepositoryInterface.ListAllDepartments(), "DepartmentID", "DepartmentName");

            return View();
        }// end of AddInstructor HttpGet