コード例 #1
0
        public void Invoke(IGames ser)
        {
            Console.WriteLine("Change count of visitors");
            int index = Menu.IndexGames();

            Console.WriteLine("Add new count of visitors");
            var newvisitors = Validator.validator_countplace(Console.ReadLine());

            ser.ChangeCountOfVisitors(index, Convert.ToInt32(newvisitors));
        }