Exemplo n.º 1
0
 public async Task <bool> ExistsByEmailAndUserIdAsync(int userId, string email) =>
 await _emailAccountRepository.GetByUserIdAndEmailAsync(userId, email, true) != null;