コード例 #1
0
 public void DeleteAllDepartments()
 {
     _departmentRepository.DeleteAll();
 }