示例#1
0
 private void PopulateCMSChildCategoriesByParentId(int parentId)
 {
     ViewBag.ChildCategories = _cmsCategoryService.GetChildCategoriesByParentId(parentId);
 }