Пример #1
0
 public IActionResult RemoveCategoryById(CategoryIndexViewModel model)
 {
     _Services.RemoveCategoryPerId(model.Id);
     return(RedirectToAction("Category", new { id = model.KSIId }));
 }