Beispiel #1
0
 public Pessoa Get(int id)
 {
     // B.O.
     return(_pessoa.Get(id));
 }