Esempio n. 1
0
        public ActionResult Delete(int id)
        {
            bool deleted = _patientRepo.Delete(id);

            return(RedirectToAction("Index", "Patient", new { }));
        }