Esempio n. 1
0
 public void ActivateCategory([FromBody] int id)
 {
     _categoryService.ActivateCategory(id);
 }