This commit is contained in:
2023-07-27 15:31:03 +02:00
parent 55b1747109
commit 4344938a85
4 changed files with 7 additions and 9 deletions

View File

@@ -56,6 +56,5 @@ public static class DependencyInjection
.AddCommands()
.AddTransient<CreateContainerCommand>()
.AddTransient<CreateElementCommand>()
.AddTransient<CopyCommand>()
.AddTransient<DeleteCommand>();
}