Fixed minor bug. Project considered finished.
This commit is contained in:
@@ -17,7 +17,7 @@ namespace WD7UVN_HFT_2023241.Client
|
|||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
case CRUDActions.GetAll:
|
case CRUDActions.GetAll:
|
||||||
method = View.Display;
|
method = View.DisplayAll;
|
||||||
break;
|
break;
|
||||||
case CRUDActions.GetById:
|
case CRUDActions.GetById:
|
||||||
method = View.Display;
|
method = View.Display;
|
||||||
@@ -191,6 +191,7 @@ namespace WD7UVN_HFT_2023241.Client
|
|||||||
{
|
{
|
||||||
Console.WriteLine(p.Name + ": " + p.GetValue(item));
|
Console.WriteLine(p.Name + ": " + p.GetValue(item));
|
||||||
}
|
}
|
||||||
|
Console.WriteLine();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user