namespace Tiobon.Core.Services; /// /// 考试记录组 (服务) /// public class Ghre_ExamRecordGroupServices : BaseServices, IGhre_ExamRecordGroupServices { private readonly IBaseRepository _dal; public Ghre_ExamRecordGroupServices(ICaching caching, IBaseRepository dal) { this._dal = dal; base.BaseDal = dal; base._caching = caching; } }