Files
2023-05-09 10:53:29 +02:00

11 lines
241 B
C#

// See https://aka.ms/new-console-template for more information
using Integry_Smart_Warehouse.Core.Domain.Impl;
Console.WriteLine("Hello, World!");
var iswContext = new ISWContext();
await iswContext.Init();
await iswContext.Start();