clintirving / entity-framework-you

MIT License
4 stars 2 forks source link

Add ability for SecurityDbContext to pull connection string from IConfiguration #14

Closed MichaelBakerEnergyAction closed 3 years ago

MichaelBakerEnergyAction commented 3 years ago

Configuration data stored in appsettings.json needs to be accessed via an injection of IConfiguration in order to provide the correct connection strings to construct the SecurityDb

arsenal942 commented 3 years ago

I agree

clintirving commented 3 years ago

Merged into Master