示例#1
0
        public void Stop()
        {
            if (LivroOfertasConsumer != null)
            {
                LivroOfertasConsumer.Stop();
            }

            if (NewsConsumer != null)
            {
                NewsConsumer.Stop();
            }

            if (NegociosConsumer != null)
            {
                NegociosConsumer.Stop();
            }
        }