ChiakiYu.Web.Areas.Blog.Controllers.BlogController._ListHotBlogs C# (CSharp) Method

_ListHotBlogs() private method

private _ListHotBlogs ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public virtual ActionResult _ListHotBlogs()
        {
            var list = _blogService.GetBlogsList(5);
            return View(list);
        }