Exemple #1
0
        public ActionResult EnBegenilenler()
        {
            NotRep nRep = new NotRep();

            return(View("Index", nRep.List().OrderByDescending(x => x.BegeniSayisi).ToList()));
        }
Exemple #2
0
        public ActionResult Index()
        {
            NotRep nRep = new NotRep();

            return(View(nRep.List().OrderByDescending(x => x.Tarih).ToList()));
        }