Exemplo n.º 1
0
 public HistoriaPregressa ObterHistoriaPregressaPorId(int id)
 {
     return(_repository.ObterHistoriaPregressaPorId(id));
 }