Esempio n. 1
0
 public ActionResult MostLiked()
 {
     return(View("Index", sm.List().OrderByDescending(x => x.LikeCount).ToList()));
 }