Adding first tasks from DI
This commit is contained in:
@@ -56,4 +56,6 @@ List<IWeapon> weapons = new List<IWeapon>()
|
||||
foreach (var weapon in weapons)
|
||||
{
|
||||
Console.WriteLine(weapon.Attack());
|
||||
}
|
||||
}
|
||||
|
||||
new ImplementDependencyInjections().Implement();
|
||||
Reference in New Issue
Block a user