public TWindowController() { this.bll = new TWindowBLL(this.AreaNo); this.winBusiBll = new TWindowBusinessBLL(this.AreaNo); this.dicBll = new TDictionaryBLL(this.AreaNo); this.areaBll = new TWindowAreaBLL(this.AreaNo); this.unitBll = new TUnitBLL(this.AreaNo); this.busiBll = new TBusinessBLL(this.AreaNo); this.userBll = new TUserBLL(this.AreaNo); }
public TWindowAreaController() { this.bll = new TWindowAreaBLL(this.AreaNo); }