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