Пример #1
0
        //[BindProperty]
        //private FullSystemConfig FullSystemConfig { get; set; }


        public SystemConfig_IndexModel(SystemConfigService systemConfigService, TenantInfoService tenantInfoService, FullSystemConfigCache fullSystemConfigCache)
        {
            this._systemConfigService   = systemConfigService;
            this._tenantInfoService     = tenantInfoService;
            this._fullSystemConfigCache = fullSystemConfigCache;

            //FullSystemConfig = _fullSystemConfigCache.Data;
        }
Пример #2
0
        //[BindProperty]
        //private FullSystemConfig FullSystemConfig { get; set; }


        public TenantInfo_IndexModel(IServiceProvider serviceProvider, TenantInfoService tenantInfoService, FullSystemConfigCache fullSystemConfigCache)
        {
            this._serviceProvider       = serviceProvider;
            this._tenantInfoService     = tenantInfoService;
            this._fullSystemConfigCache = fullSystemConfigCache;

            //FullSystemConfig = _fullSystemConfigCache.Data;
        }