예제 #1
0
        public ActionResult getContentInCategoryHomeId(int Id, int Total)
        {
            IEnumerable <Content> _list = _services.getContentInCategoryIsHome(Id, Total);

            return(PartialView(_list));
        }