示例#1
0
 public void SetCategoryAsSub(Category category, MainCategory mainCategory)
 {
     dbLayer.SetCategoryAsSub(category, mainCategory);
 }