コード例 #1
0
 public void AddDepartment(Department department)
 {
     collegeRepository.AddDepartment(department);
 }