| | |
| | | const string IsSchoolMangerID = "IsSchoolManger:"; |
| | | const string IsDeliverManageKey = "IsDeliverManageKey:"; |
| | | private readonly ISqlSugarClient _CyDbClient; |
| | | private readonly IUnitOfWork _UnitOfWork; |
| | | private readonly IHttpContextUser _User; |
| | | private readonly ICoreCmsUserServices _coreCmsUserServices; |
| | | private readonly IRedisOperationRepository _redisOperationRepository; |
| | |
| | | IRedisOperationRepository redisOperationRepository, ICoreCmsUserServices coreCmsUser) |
| | | { |
| | | |
| | | _UnitOfWork = unitOfWork; |
| | | |
| | | _CyDbClient = unitOfWork.GetDbClient().GetConnection(AppSettingsConstVars.CYDbDbID); |
| | | _User = contextUser; |
| | | _coreCmsUserServices = coreCmsUserServices; |