Exemplo n.º 1
0
 public IEnumerable <Pessoa> ConsultaByCPF(string cpf)
 {
     return(_repositoryPessoa.ConsultaByCPF(cpf));
 }