Exemplo n.º 1
0
 /// <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;
 }
Exemplo n.º 2
0
 /// <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;
 }