Rev 282 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 282 | Rev 294 | ||
|---|---|---|---|
| Line 7... | Line 7... | ||
| 7 | import br.com.ec.domain.model.ContaBancaria; |
7 | import br.com.ec.domain.model.ContaBancaria; |
| 8 | 8 | ||
| 9 | public interface ContaBancariaService extends GenericService<ContaBancaria> { |
9 | public interface ContaBancariaService extends GenericService<ContaBancaria> { |
| 10 | 10 | ||
| 11 | List<ContaBancariaDTO> consultarContasBancarias(); |
11 | List<ContaBancariaDTO> consultarContasBancarias(); |
| - | 12 | ||
| - | 13 | List<ContaBancariaDTO> consultarContasBancarias(String tipoContaBancaria); |
|
| 12 | 14 | ||
| 13 | }
|
15 | }
|