Example #1
0
 public PrescriptionConverter(PatientConverter patientConverter, MedicineConverter medicineConverter)
 {
     _patientConverter  = patientConverter;
     _medicineConverter = medicineConverter;
 }
Example #2
0
 public QuestionConverter(PatientConverter patientConverter)
 {
     _patientConverter = patientConverter;
 }