Пример #1
0
 public async Task <bool> CheckUserIsUserExists(string userName)
 {
     return(await _accountData.CheckUserIsUserExists(userName));
 }