示例#1
0
 public PropertyListing()
 {
     prop = new Property();
     hse  = new HouseType();
     cond = new Condominium();
 }
示例#2
0
 public PropertyListing()
 {
     prop = new Property();
     hse = new HouseType();
     cond = new Condominium();
 }