Beispiel #1
0
 private async Task <bool> ExistsByCPFOrEmail(string cpf, string email)
 {
     return(await _repository.ExistsByCPFOrEmail(cpf, email));
 }