Пример #1
0
        public ActionResult HomePage()
        {
            StoryManager sm = new StoryManager();

            return(View(sm.GetAllStories()));
        }