Example #1
0
 public SpecialTimeMgr(ISpecialTimeDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public SpecialTimeBaseMgr(ISpecialTimeDao entityDao)
 {
     this.entityDao = entityDao;
 }
Example #3
0
 public SpecialTimeMgr(ISpecialTimeDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public SpecialTimeBaseMgr(ISpecialTimeDao entityDao)
 {
     this.entityDao = entityDao;
 }