Пример #1
0
 public RepackMgr(IRepackDao entityDao,
                  ILocationLotDetailMgr locationLotDetailMgr,
                  IHuMgr huMgr,
                  IStorageBinMgr storageBinMgr,
                  ILocationMgr locationMgr,
                  INumberControlMgr numberControlMgr,
                  IRepackDetailMgr repackDetailMgr,
                  IUserMgr userMgr,
                  IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr               = huMgr;
     this.storageBinMgr       = storageBinMgr;
     this.locationMgr         = locationMgr;
     this.numberControlMgr    = numberControlMgr;
     this.repackDetailMgr     = repackDetailMgr;
     this.userMgr             = userMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
Пример #2
0
 public RepackMgr(IRepackDao entityDao,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IStorageBinMgr storageBinMgr,
     ILocationMgr locationMgr,
     INumberControlMgr numberControlMgr,
     IRepackDetailMgr repackDetailMgr,
     IUserMgr userMgr,
     IEntityPreferenceMgr entityPreferenceMgr)
     : base(entityDao)
 {
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.storageBinMgr = storageBinMgr;
     this.locationMgr = locationMgr;
     this.numberControlMgr = numberControlMgr;
     this.repackDetailMgr = repackDetailMgr;
     this.userMgr = userMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
 }
Пример #3
0
 public RepackBaseMgr(IRepackDao entityDao)
 {
     this.entityDao = entityDao;
 }
Пример #4
0
 public RepackBaseMgr(IRepackDao entityDao)
 {
     this.entityDao = entityDao;
 }