Пример #1
0
 public ActionResult AllPopular()
 {
     return(View(_dbContext.GetPopularPosts()));
 }