Hi Halil, How can I manage setting's value from data Base ?? I have also changed this line
SettingStore = settingStore;//NullSettingStore.Instance; //Should be constructor injection? For that, ISettingStore must be registered!
in SettingManager Constructor , but from the begging of the application it reads the setting value from GetSettingDefinitions of SettingProvider !!!!
Hi, I need to add custom WebApi to manage Output Cache and etc ... How can I do this ? adding to current webapi project or add new webapi project to abp solution ?