Ejemplo n.º 1
0
 public BatchJobDetailMgr(IBatchJobDetailDao entityDao)
     : base(entityDao)
 {
 }
Ejemplo n.º 2
0
 public BatchJobDetailMgr(IBatchJobDetailDao entityDao)
     : base(entityDao)
 {
 }
 public BatchJobDetailBaseMgr(IBatchJobDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public BatchJobDetailBaseMgr(IBatchJobDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }