Exemplo n.º 1
0
        // *****************
        // ** Car methods **
        // *****************

        public Car GetCarAt(int id)
        {
            return(carMethods.GetAt(id));
        }