Пример #1
0
 protected IActionResult Create(HealthModel model)
 {
     _HealthRepo.Save(model);
     return(RedirectToAction("Index"));
 }