Esempio n. 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);
 }
 public TBusinessAttributeController()
 {
     this.bll     = new TBusinessAttributeBLL(this.AreaNo);
     this.unitBll = new TUnitBLL(this.AreaNo);
     this.busiBll = new TBusinessBLL(this.AreaNo);
 }
Esempio n. 3
0
 public TBusinessController()
 {
     bll     = new TBusinessBLL("MySQL", this.AreaNo);
     dicBll  = new FDictionaryBLL("MySQL", this.AreaNo);
     unitBll = new TUnitBLL("MySQL", this.AreaNo);
 }
Esempio n. 4
0
 public TBusinessItemController()
 {
     this.bll     = new TBusinessItemBLL("MySQL", this.AreaNo);
     this.unitBll = new TUnitBLL("MySQL", this.AreaNo);
     this.busiBll = new TBusinessBLL("MySQL", this.AreaNo);
 }