Finishes major documentation, bug fixes, and small optimizations
This commit is contained in:
@@ -850,6 +850,7 @@ internal class Program
|
||||
* Q and q:
|
||||
* Returns to the main loop for choosing either the Guest or Admin flow.
|
||||
*/
|
||||
Hotel.CheckBaseRate();
|
||||
string? input = Console.ReadLine();
|
||||
switch (input)
|
||||
{
|
||||
@@ -1309,6 +1310,7 @@ internal class Program
|
||||
* Q or Q:
|
||||
* Returns to the main loop for choosing either the Guest or Admin flow.
|
||||
*/
|
||||
Hotel.CheckBaseRate();
|
||||
string? input = Console.ReadLine();
|
||||
switch (input)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user