예제 #1
0
파일: BrandList.aspx.cs 프로젝트: eavia/tts
 public BrandList()
 {
     logic = new BrandLogic(dbContext, this.ContextUserKey);
     glogic = new GoodsLogic(dbContext, this.ContextUserKey);
 }
예제 #2
0
파일: GoodsList.aspx.cs 프로젝트: eavia/tts
 public GoodsList()
 {
     logic = new GoodsLogic(dbContext, this.ContextUserKey);
     blogic = new BrandLogic(dbContext, this.ContextUserKey);
     ulogic = new UnitLogic(dbContext, this.ContextUserKey);
 }