Beispiel #1
0
 public PatientManager(IUnitOfWork iu)
 {
     this.repo = iu.getPatientRepository();
 }