Esempio n. 1
0
 public MrpRunLogMgr(IMrpRunLogDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }
Esempio n. 2
0
 public MrpRunLogBaseMgr(IMrpRunLogDao entityDao)
 {
     this.entityDao = entityDao;
 }
Esempio n. 3
0
 public MrpRunLogBaseMgr(IMrpRunLogDao entityDao)
 {
     this.entityDao = entityDao;
 }
Esempio n. 4
0
 public MrpRunLogMgr(IMrpRunLogDao entityDao, ICriteriaMgr criteriaMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
 }