Ejemplo n.º 1
0
        public ActionResult CreateStory(Story story, int themaId)
        {
            themeManager.AddStory(story, themaId);

            return(RedirectToAction("Theme", new { id = themaId }));
        }