Esempio n. 1
0
 public RecordTarget(PatientRole patientRole)
 {
     PatientRole = patientRole;
 }
Esempio n. 2
0
 public RecordTarget()
 {
     PatientRole = new PatientRole();
 }