Ejemplo n.º 1
0
        public ActionResult DeletePrescription(int id)
        {
            var saveResult = _objIPatient.DeletePatientPrescription(id);

            return(RedirectToAction("ViewAllBooking", new { viewMessage = "Patient Prescription Deleted Successfully" }));
        }