namespace Tiobon.Core.Services;
///
/// Ghre_SurveyRecordOption (服务)
///
public class Ghre_SurveyRecordOptionServices : BaseServices, IGhre_SurveyRecordOptionServices
{
private readonly IBaseRepository _dal;
public Ghre_SurveyRecordOptionServices(ICaching caching, IBaseRepository dal)
{
this._dal = dal;
base.BaseDal = dal;
base._caching = caching;
}
}