示例#1
0
 public Patient(Data.Repositories.IPatient patientRepo)
 {
     _patientRepo = patientRepo;
 }
示例#2
0
 public Patient()
 {
     _patientRepo = new Data.Repositories.SQLite.Patient();
 }