Exemplo n.º 1
0
 public Pessoa ObterPorId(int Id)
 {
     return(_IPessoa.ObterPorId(Id));
 }