Пример #1
0
        static void Main(string[] args)
        {
            int result = 1;

            do
            {
                result = IndexController.ListarOpcoes();
            }while (result == 1);
        }