Exemplo n.º 1
0
 public SampleDataController(IPatientSystem patientSystem)
 {
     _patientSystem = patientSystem;
     _patientSystem.GetAllPatients();
 }
Exemplo n.º 2
0
 public PatientController(IPatientSystem patientSystem)
 {
     _patientSystem = patientSystem;
 }