コード例 #1
0
 public Collection <L_CategoryInfo> GetAllCategoryByDepth(int depth)
 {
     return(category.GetAllCategoryByDepth(depth));
 }