Exemplo n.º 1
0
 public Encounter Create(IPatientService IPatientService)
 {
     return(IPatientService.CreateEncounter(this));
 }