Exemplo n.º 1
0
 public ICollection <HistoriaPregressa> ListarHistoriaPregressa(int id)
 {
     return(_repository.ListarHistoriaPregressa(id));
 }