Пример #1
0
 public async Task <User> GetByUserNameAsync(string userName)
 {
     return(await _userQuery.GetByUserNameAsync(userName));
 }