Rev 760 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 760 | Rev 762 | ||
|---|---|---|---|
| Line 26... | Line 26... | ||
| 26 | return this.ativoRepository; |
26 | return this.ativoRepository; |
| 27 | }
|
27 | }
|
| 28 | 28 | ||
| 29 | @Override |
29 | @Override |
| 30 | public Ativo consultarPorDescricao(String descricaoAtivo) { |
30 | public Ativo consultarPorDescricao(String descricaoAtivo) { |
| 31 | return ativoRepository.consultarPorDescricao(descricaoAtivo); |
- | |
| - | 31 | return ativoRepository.consultarPorNome(descricaoAtivo); |
|
| 32 | }
|
32 | }
|
| 33 | 33 | ||
| 34 | }
|
34 | }
|