示例#1
0
 public HistoriaPregressa ObterHistoriaPregressaPorId(int id)
 {
     return(_repository.ObterHistoriaPregressaPorId(id));
 }