Example #1
0
 public Imovel Get(int id)
 {
     return(_dao.Get(id));
 }