Business Logic update

This commit is contained in:
batgo6o
2021-03-14 13:29:42 +02:00
parent 5924ee0dd9
commit 2af190c291
4 changed files with 61 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
using LuminousSales.Business;
using System;
using System;
using Business.Business.UserManagment;
namespace Display
{
@@ -7,6 +7,7 @@ namespace Display
{
static void Main(string[] args)
{
var InitialCreation = new CreateInitialUser();
}
}
}