Presentation 2

This commit is contained in:
2026-02-08 20:17:01 +01:00
parent 41793f00c1
commit 70a1cf1544
17 changed files with 681 additions and 113 deletions

View File

@@ -33,7 +33,7 @@ public static class HandlerRegistrationExtensions
if (!handlerInterfaces.Contains(genericDef))
continue;
services.AddScoped(@interface, type);
services.AddTransient(@interface, type);
}
}