Пример #1
0
        public ActionResult QueueAll()
        {
            _subscriptionEventQueueingService.QueueAll();

            return(Index());
        }
        public ActionResult QueueAll(FormCollection formCollection)
        {
            _subscriptionEventQueueingService.QueueAll();

            return(Configure());
        }