Ejemplo n.º 1
0
 public PropertyListing()
 {
     prop = new Property();
     hse  = new HouseType();
     cond = new Condominium();
 }
Ejemplo n.º 2
0
 public PropertyListing()
 {
     prop = new Property();
     hse = new HouseType();
     cond = new Condominium();
 }