diff --git a/README.md b/README.md index 8d3c06a..ee213fb 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,6 @@ ShopSolution.sln └───Webshop.Infrastructure ├───Data // Ihr DbContext ├───Migrations // Von EF Core generierte Migrationsdateien - └───Repositories // Ihre Repository-Implementierungen (ProductRepository etc.) \ No newline at end of file + └───Repositories // Ihre Repository-Implementierungen (ProductRepository etc.) + + test \ No newline at end of file