Exemple #1
0
 public async Task <bool> ConsularSeCpfExisteAsync(string cpfDaPessoa)
 {
     return(await _pessoaService.ConsularSeCpfExisteAsync(cpfDaPessoa));
 }