Пример #1
0
 public SampleDataController(IPatientSystem patientSystem)
 {
     _patientSystem = patientSystem;
     _patientSystem.GetAllPatients();
 }
Пример #2
0
 public PatientController(IPatientSystem patientSystem)
 {
     _patientSystem = patientSystem;
 }