コード例 #1
0
 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);
 }
コード例 #2
0
 public TWindowAreaController()
 {
     this.bll = new TWindowAreaBLL(this.AreaNo);
 }