Пример #1
0
 public WebSiteBll()
 {
     bidPlacardDal   = new BidPlacardDal();
     newsDal         = new NewsDal();
     newsTypeDal     = new Dal.NewsTypeDal();
     webIntentionDal = new WebIntentionDal();
     webUserDal      = new WebUserDal();
     bidDal          = new BidDal();
     organizationDal = new OrganizationDal();
 }
Пример #2
0
 public BidPlacardBll()
 {
     dal = new BidPlacardDal();
 }