Beispiel #1
0
 public HomeController()
 {
     _departmentService = new DepartmentService();
     _employeeService = new EmployeeService();
 }