Exemplo n.º 1
0
 public Surgery GetEntity(int id)
 {
     return(surgeryService.GetEntity(id));
 }