示例#1
0
 public PatientEntity()
 {
     personEntity = new PersonEntity();
 }
 public DoctorEntity()
 {
     personEntity = new PersonEntity();
 }