예제 #1
0
        public string ShowLocation()
        {
            IMonitorService Car = new RealCar();

            return(Car.ShowLocation());
        }
예제 #2
0
        public string ShowLocation()
        {
            ICarServices car = new RealCar();

            return(car.ShowLocation());
        }