public BatchRunLogBaseMgr(IBatchRunLogDao entityDao)
 {
     this.entityDao = entityDao;
 }
Beispiel #2
0
 public BatchRunLogBaseMgr(IBatchRunLogDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public BatchRunLogMgr(IBatchRunLogDao entityDao)
     : base(entityDao)
 {
 }
 public BatchRunLogMgr(IBatchRunLogDao entityDao)
     : base(entityDao)
 {
 }