- Fix spelling mistake

This commit is contained in:
Stone_Red
2021-12-29 22:25:52 +01:00
parent be8de394a8
commit ba7ab7df33
3 changed files with 3 additions and 9 deletions
+1
View File
@@ -9,6 +9,7 @@ internal class Prgramm
InjectionContainer container = new InjectionContainer();
container.RegisterScoped<IFirstTestService, FirstTestService>();
container.RegisterLocal<SecondTestService>();
container.RegisterGlobal<IFirstTestService, FirstTestService>();
using (LifetimeScope scope = container.BeginScope())
{