2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-09-13 12:43:17 +00:00

Null Type

This commit is contained in:
2022-08-25 19:47:02 +03:00
parent ca859b3433
commit 3b39c9bd28
3 changed files with 6 additions and 5 deletions

View File

@@ -55,6 +55,7 @@ namespace Test
static async Task Main(string[] args)
{
// Create stores to keep objects.
var system = await Warehouse.Put("sys", new MemoryStore());
var server = await Warehouse.Put("sys/server", new DistributedServer());