module-zero-forsaken
module-zero-forsaken copied to clipboard
Created Abp.EntityFramework.SettingStore
Tests passed 👍 Created the nuget locally Abp.EntityFramework.SettingStore-beta2 See aspnetboilerplate/aspnetboilerplate/issues/2152
Thanks a lot for your contribution. I'll review it in a short time.
Thank you, first time contributing might've Missed something don't know... I'm glad to do it. Amazing framework 😌
Hi,
One question is that: How this new module is supposed to use? I think we should add a DbSet<Setting> property to our DbContext. Right? If so, it would be better to define an interface, like ISettingDbContext that should be implemented by the DbContext.
Second improvement would be renaming SettingModule to AbpEntityFrameworkSettingStoreModule.