Пример #1
0
        public ActionResult AllForumPosts()
        {
            List <ForumPost> forumPosts = aHomeManager.GetAllForumPosts();

            ViewBag.GetAllForumPosts = forumPosts;
            ViewBag.GetName          = GetUserData().Name;
            return(View());
        }
Пример #2
0
        public ActionResult AllForumPosts()
        {
            List <ForumPost> forumPosts = aHomeManager.GetAllForumPosts();

            ViewBag.GetAllForumPosts = forumPosts;
            return(View());
        }