Using DependencyInjection and configuration file (json)

This commit is contained in:
2022-08-24 08:49:14 +02:00
parent 2b42691434
commit 595e9e2365
3 changed files with 68 additions and 37 deletions

View File

@ -0,0 +1,5 @@
{
"ConnectionStrings": {
"sqlite": "Data Source=YouTubeViewers.db"
}
}