Example #1
0
        public ActionResult Export(int id, string extension)
        {
            showService.ExportShow(showService.GetShowById(id), extension);

            return(RedirectToAction("Shows"));
        }