예제 #1
0
        public ActionResult ProductInCategoryHotHome()
        {
            var model = _categoryBl.GetCateHot((int)ModuleType.Product);

            return(PartialView(model));
        }