Review der Codebase

This commit is contained in:
2026-08-13 19:57:48 +02:00
parent d987b93315
commit 27359794f7
9 changed files with 269 additions and 80 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ public static class AppBootstrapper
Environment.Exit(0);
}
public static IServiceProvider BuildServices()
public static ServiceProvider BuildServices()
{
var services = new ServiceCollection();