Fixed minor bug. Project considered finished.

This commit is contained in:
TypoMustakes
2024-01-09 22:52:59 +01:00
parent 1a52d35de6
commit 11788be4bb

View File

@@ -17,7 +17,7 @@ namespace WD7UVN_HFT_2023241.Client
switch (action)
{
case CRUDActions.GetAll:
method = View.Display;
method = View.DisplayAll;
break;
case CRUDActions.GetById:
method = View.Display;
@@ -191,6 +191,7 @@ namespace WD7UVN_HFT_2023241.Client
{
Console.WriteLine(p.Name + ": " + p.GetValue(item));
}
Console.WriteLine();
}
}
else