示例#1
0
 public void CreateCategory(Category category)
 {
     _controller.CreateCategory(category);
 }