public virtual void DeleteBatchJobParameter(BatchJobParameter entity) { Delete(entity); }
public virtual void CreateBatchJobParameter(BatchJobParameter entity) { Create(entity); }
public virtual void UpdateBatchJobParameter(BatchJobParameter entity) { Update(entity); }
public virtual void DeleteBatchJobParameter(BatchJobParameter entity) { entityDao.DeleteBatchJobParameter(entity); }
public virtual void UpdateBatchJobParameter(BatchJobParameter entity) { entityDao.UpdateBatchJobParameter(entity); }
public virtual void CreateBatchJobParameter(BatchJobParameter entity) { entityDao.CreateBatchJobParameter(entity); }