Exemplo n.º 1
0
        public ActionResult EnBegenilenler()
        {
            NotRep nRep = new NotRep();

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

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