Example #1
0
 public IActionResult Delete(int id)
 {
     _catalogRepository.Deactivate(id);
     return(Ok());
 }