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