Exemple #1
0
 public MrpRunLogMgr(IMrpRunLogDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
 public MrpRunLogBaseMgr(IMrpRunLogDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public MrpRunLogBaseMgr(IMrpRunLogDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public MrpRunLogMgr(IMrpRunLogDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }