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