public SampleDataController(IPatientSystem patientSystem) { _patientSystem = patientSystem; _patientSystem.GetAllPatients(); }
public PatientController(IPatientSystem patientSystem) { _patientSystem = patientSystem; }