Example #1
0
 public ActionResult Platforms(string name)
 {
     return(View(_repo.GetByPlatform(name).OrderByDescending(r => r.Rating).ToList()));
 }