Пример #1
0
 public ShiftDetailMgr(
     IShiftDetailDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Пример #2
0
 public ShiftDetailMgr(
     IShiftDetailDao entityDao,
     ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Пример #3
0
 public ShiftDetailBaseMgr(IShiftDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
Пример #4
0
 public ShiftDetailBaseMgr(IShiftDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }