public InProcessLocationDetailMgr(IInProcessLocationDetailDao entityDao,
                                   ILocationLotDetailMgr locationLotDetailMgr,
                                   ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr          = criteriaMgr;
 }
 public InProcessLocationDetailMgr(IInProcessLocationDetailDao entityDao,
     ILocationLotDetailMgr locationLotDetailMgr,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.criteriaMgr = criteriaMgr;
 }
 public InProcessLocationDetailBaseMgr(IInProcessLocationDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
Example #4
0
 public InProcessLocationDetailBaseMgr(IInProcessLocationDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }