Esempio n. 1
0
        public string ShowLocation()
        {
            IMonitorService Car = new RealCar();

            return(Car.ShowLocation());
        }
Esempio n. 2
0
        public string ShowLocation()
        {
            ICarServices car = new RealCar();

            return(car.ShowLocation());
        }