コード例 #1
0
 public async Task ChangeToDb(Department department)
 {
     await _departmentRepository.Change(department);
 }