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