示例#1
0
 public GoodsList()
 {
     logic = new GoodsLogic(dbContext, this.ContextUserKey);
     blogic = new BrandLogic(dbContext, this.ContextUserKey);
     ulogic = new UnitLogic(dbContext, this.ContextUserKey);
 }
示例#2
0
 public UnitList()
 {
     logic = new UnitLogic(dbContext,this.ContextUserKey);
 }