예제 #1
0
 public ShiftMgr(
     IShiftDao entityDao,
     ICriteriaMgr criteriaMgr,
     IShiftDetailMgr shiftDetailMgr)
     : base(entityDao)
 {
     this.criteriaMgr    = criteriaMgr;
     this.shiftDetailMgr = shiftDetailMgr;
 }
예제 #2
0
 public ShiftMgr(
     IShiftDao entityDao,
     ICriteriaMgr criteriaMgr,
     IShiftDetailMgr shiftDetailMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.shiftDetailMgr = shiftDetailMgr;
 }
예제 #3
0
 public ShiftBaseMgr(IShiftDao entityDao)
 {
     this.entityDao = entityDao;
 }
예제 #4
0
 public ShiftBaseMgr(IShiftDao entityDao)
 {
     this.entityDao = entityDao;
 }