|
@@ -45,7 +45,6 @@ namespace Hotline.Api.Controllers
|
|
|
public class SysController : BaseController
|
|
|
{
|
|
|
private readonly IMapper _mapper;
|
|
|
- private readonly IHybridCachingProvider _hybridCaching;
|
|
|
private readonly IRepository<SystemSetting> _systemSettingsRepository;
|
|
|
private readonly ISystemMenuRepository _systemMenuRepository;
|
|
|
private readonly IRepository<SystemDicType> _sysDicTypeRepository;
|