Пример #1
0
 public BrandList()
 {
     logic = new BrandLogic(dbContext, this.ContextUserKey);
     glogic = new GoodsLogic(dbContext, this.ContextUserKey);
 }
Пример #2
0
 public GoodsList()
 {
     logic = new GoodsLogic(dbContext, this.ContextUserKey);
     blogic = new BrandLogic(dbContext, this.ContextUserKey);
     ulogic = new UnitLogic(dbContext, this.ContextUserKey);
 }