This commit is contained in:
2021-12-01 13:03:06 +01:00
parent e65b0801fc
commit a5eab2735c
61 changed files with 781 additions and 468 deletions
@@ -4,7 +4,7 @@ using System.Collections.Concurrent;
namespace zero.Architecture;
internal class ZeroModuleCollection
public class ZeroModuleCollection
{
static ConcurrentDictionary<Type, IZeroModule> _modules = new();