Views, Add Time in Deal & Stock

This commit is contained in:
Dimitar Byalkov
2021-03-20 12:12:28 +02:00
parent bb4f2b4f16
commit 25ac717b56
13 changed files with 155 additions and 103 deletions

View File

@@ -15,6 +15,7 @@ namespace Display
try
{
var uc = new UserController();
InitialSetup.InitialRegistration(uc);
Console.Write("Enter password: ");
User currentUser = uc.ValidatePassword(Console.ReadLine());
uc = new UserController(currentUser);
@@ -33,6 +34,7 @@ namespace Display
default:
break;
}
Console.WriteLine("Luminous Sales v0.1");
view.ActionHandle();
}
catch (Exception e)