Call UI
This commit is contained in:
parent
f32cf745b6
commit
c5721159a4
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ namespace productlist
|
||||||
{
|
{
|
||||||
public static void Main (string[] args)
|
public static void Main (string[] args)
|
||||||
{
|
{
|
||||||
Console.WriteLine ("Hello World!");
|
Console.WriteLine ("Welcome to the Product List");
|
||||||
|
UI.promptForCommand ();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue