コード例 #1
0
 public void EditCategory(string categoryId, string categoryName)
 {
     _categoryRepo.EditCategory(categoryId, categoryName);
 }