예제 #1
0
 public async Task <UserDto> GetUserById(long id)
 {
     return(await _userCache.GetAsync(id));
 }