Пример #1
0
 public IActionResult RemoveSuccessIndicator(KeyResultAreaContentViewModel model)
 {
     _Services.RemoveSuccessIndicatorById(model.KSIId);
     return(RedirectToAction("Content", new { id = model.KRAId }));
 }