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