11 lines
241 B
C#
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(); |