示例#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;
 }
 public ShiftDetailBaseMgr(IShiftDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }