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

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

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