public ActionResult EnBegenilenler() { NotRep nRep = new NotRep(); return(View("Index", nRep.List().OrderByDescending(x => x.BegeniSayisi).ToList())); }
public ActionResult Index() { NotRep nRep = new NotRep(); return(View(nRep.List().OrderByDescending(x => x.Tarih).ToList())); }