Example #1
0
 public void AddCategory([FromBody] ProductCategory category)
 {
     catalogRepository.AddCategory(category);
 }