Example #1
0
        public ActionResult Index(string Exchange, string QeueuName, string Address, int TypeId)
        {
            IConsumerService consumerServ = new ConsumerService();

            consumerServ.Add(Exchange, QeueuName, Address, TypeId);

            return(Index());
        }