Example #1
0
 public ShiftDetailMgr(
     IShiftDetailDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Example #2
0
 public ShiftDetailMgr(
     IShiftDetailDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Example #3
0
 public ShiftDetailBaseMgr(IShiftDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public ShiftDetailBaseMgr(IShiftDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }