示例#1
0
        public ActionResult CategoryMenu(int currentCategoryId, int currentProductId = 0)
        {
            var model = _helper.PrepareCategoryNavigationModel(currentCategoryId, currentProductId);

            return(PartialView(model));
        }