blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

register repositories in ServiceCollection #178

Closed hrichi closed 4 years ago

hrichi commented 4 years ago

Register repositories in ServiceCollection and inject them by interfaces in the DataService. Changed the AppDbContext lifeTime from Transient to Scoped