コード例 #1
0
 public async Task <Department> GetDepartment(string id)
 {
     return(await _departmentRepository.GetDepartment(id));
 }