Exemplo n.º 1
0
 public PrescriptionConverter(PatientConverter patientConverter, MedicineConverter medicineConverter)
 {
     _patientConverter  = patientConverter;
     _medicineConverter = medicineConverter;
 }
Exemplo n.º 2
0
 public QuestionConverter(PatientConverter patientConverter)
 {
     _patientConverter = patientConverter;
 }