/// <summary> /// Initializes a new instance of the <see cref="PatientAlertFactory"/> class. /// </summary> /// <param name="patientAlertRepository">The patient alert repository.</param> public PatientAlertFactory(IPatientAlertRepository patientAlertRepository) { _patientAlertRepository = patientAlertRepository; }