Ejemplo n.º 1
0
 public MedicalRecord GetEntity(int id)
 {
     return(medicalRecordRepository.GetEntity(id));
 }