Ejemplo 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);
 }
Ejemplo n.º 2
0
 public SRate2Controller()
 {
     this.bll     = new BEvaluateBLL("MySQL", this.AreaNo);
     this.unitBll = new TUnitBLL("MySQL", this.AreaNo);
     this.userBll = new TUserBLL("MySQL", this.AreaNo);
 }
Ejemplo n.º 3
0
 public TUserController()
 {
     this.bll     = new TUserBLL("MySQL", this.AreaNo);
     this.dicBll  = new FDictionaryBLL("MySQL", this.AreaNo);
     this.unitBll = new TUnitBLL("MySQL", this.AreaNo);
 }