Пример #1
0
 public IActionResult Delete(int id)
 {
     _HealthRepo.Delete(id);
     return(RedirectToAction("Index"));
 }