Exemplo n.º 1
0
 public static Paciente GetPaciente(string id)
 {
     return(_repository.FetchOneById(Int32.Parse(id)));
 }