public BatchJobDetailMgr(IBatchJobDetailDao entityDao) : base(entityDao) { }
public BatchJobDetailBaseMgr(IBatchJobDetailDao entityDao) { this.entityDao = entityDao; }