Exemple #1
0
 public async Task <bool> AccountExistsByEmailAsync(string email) =>
 await _userRepository.GetByEmailAsync(email) != null;