コード例 #1
0
 public void AddCategory([FromBody] Category category)
 {
     _repo.AddCategory(category);
 }