예제 #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;
 }