Esempio n. 1
0
 public HouseListingBll()
 {
     houseDal = new HouseListingDal();
 }
 public PopulationBll()
 {
     populationdal = new PopulationDal();
     house         = new HouseListingDal();
 }