コード例 #1
0
 public void Update(CategoryDto category)
 {
     categoryServiceClient.Update(category);
 }