コード例 #1
0
 public bool UpdateCategoryByID(L_CategoryInfo categoryAll, int step)
 {
     return(category.UpdateCategoryByID(categoryAll, step));
 }