Adding first tasks from DI

This commit is contained in:
2025-08-20 09:09:32 +02:00
parent ee400fd23c
commit 410d615641
3 changed files with 173 additions and 1 deletions

View File

@@ -56,4 +56,6 @@ List<IWeapon> weapons = new List<IWeapon>()
foreach (var weapon in weapons)
{
Console.WriteLine(weapon.Attack());
}
}
new ImplementDependencyInjections().Implement();