コード例 #1
0
 public async Task <Department> GetDepartmentByUserIdAsync(string userId, bool bypassCache = false)
 {
     return(await _departmentRepository.GetDepartmentForUserByUserIdAsync(userId));
 }