Exemple #1
0
 private static void BikeMethod(Gestor objGestor, MenuUI objMenu)
 {
     if (objGestor.BikeRegistration(objGestor.CurrentCarShop, objMenu.RequestBikeInfo()))
     {
         Console.WriteLine("\nYour bike has been admitted");
     }
     else
     {
         Console.WriteLine("\nTheres been a problem admitting your bike");
     }
 }