Example #1
0
 public void HandleNewDepartment(string department)
 {
     departmentRepository.AddNewDepartmentInDatabase(department);
 }