Ejemplo n.º 1
0
 public List <Surgery> GetAllSurgeryByPatient(Patient patient)
 {
     return(surgeryService.GetAllSurgeryByPatient(patient));
 }