Exemple #1
0
        static void ShowAllCars()
        {
            Garage garage = new Garage();

            garage.GetListOfCars();
        }