コード例 #1
0
ファイル: HomeController.cs プロジェクト: xuanla87/cucdisan
        public ActionResult getContentInCategoryHomeId(int Id, int Total)
        {
            IEnumerable <Content> _list = _services.getContentInCategoryIsHome(Id, Total);

            return(PartialView(_list));
        }