Пример #1
0
 public Pessoa ListarPorId(string id)
 {
     return(pessoaRepositorio.ListarPorId(id));
 }