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

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

            return(car.ShowLocation());
        }