public LocationLotDetailMgr(
     ILocationLotDetailDao entityDao,
     ICriteriaMgr criteriaMgr,
     IUserMgr userMgr,
     IHuMgr huMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.huMgr = huMgr;
     this.userMgr = userMgr;
 }
 public LocationLotDetailMgr(
     ILocationLotDetailDao entityDao,
     ICriteriaMgr criteriaMgr,
     IUserMgr userMgr,
     IHuMgr huMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.huMgr       = huMgr;
     this.userMgr     = userMgr;
 }
 public LocationLotDetailBaseMgr(ILocationLotDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
Пример #4
0
 public LocationLotDetailBaseMgr(ILocationLotDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }