Exemple #1
0
 public HuMgr(IHuDao entityDao,
              ICriteriaMgr criteriaMgr,
              INumberControlMgr numberControlMgr,
              IItemMgr itemMgr,
              IUomMgr uomMgr,
              IUomConversionMgr uomConversionMgr,
              IUserMgr userMgr)
     : base(entityDao)
 {
     this.criteriaMgr      = criteriaMgr;
     this.numberControlMgr = numberControlMgr;
     this.itemMgr          = itemMgr;
     this.uomMgr           = uomMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.userMgr          = userMgr;
 }
Exemple #2
0
 public HuMgr(IHuDao entityDao,
     ICriteriaMgr criteriaMgr,
     INumberControlMgr numberControlMgr,
     IItemMgr itemMgr,
     IUomMgr uomMgr,
     IUomConversionMgr uomConversionMgr,
     IUserMgr userMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.numberControlMgr = numberControlMgr;
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.userMgr = userMgr;
 }
Exemple #3
0
 public HuBaseMgr(IHuDao entityDao)
 {
     this.entityDao = entityDao;
 }
Exemple #4
0
 public HuBaseMgr(IHuDao entityDao)
 {
     this.entityDao = entityDao;
 }