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