Ejemplo n.º 1
0
        public ActionResult news()
        {
            newsBLL       nbll   = new newsBLL();
            List <newsVM> mylist = nbll.gettopnews();

            return(PartialView(mylist));
        }