Exemple #1
0
 public Pessoa PesquisarPessoaPorNome(string Nome)
 {
     return(_pessoaRepositorioSQL.PesquisarPessoa(Nome));
 }