Exemplo n.º 1
0
        public void Invoke(IGames ser)
        {
            Console.Write("Add city of the game: ");
            string city = Validator.validator_name(Console.ReadLine());

            ser.AddPlaceofGame(city);
        }