Ejemplo n.º 1
0
 public List<Pessoa> LerPorID(long id)
 {
     return dal.LerPorID(id);
 }