Ejemplo n.º 1
0
 public Pessoa GetCpf(string cpf)
 {
     return(PessoaDB.GetByCpf(cpf));
 }