Rev 499 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 499 | Rev 543 | ||
|---|---|---|---|
| Line 8... | Line 8... | ||
| 8 | 8 | ||
| 9 | public interface NotaFiscalProdutoService extends GenericService<NotaFiscalProduto> { |
9 | public interface NotaFiscalProdutoService extends GenericService<NotaFiscalProduto> { |
| 10 | 10 | ||
| 11 | void excluirNotaFiscalProduto(NotaFiscalProdutoDTO notaFiscalProdutoDTO); |
11 | void excluirNotaFiscalProduto(NotaFiscalProdutoDTO notaFiscalProdutoDTO); |
| 12 | 12 | ||
| 13 | void vinculoProdutoNaNotaFiscal(Long sequencialNotaFiscal, ProdutoDTO produtoDTO, CompraProdutoDTO compraProdutoDTO); |
- | |
| 14 | - | ||
| - | 13 | void vincularProdutoNaNotaFiscal(Long sequencialNotaFiscal, ProdutoDTO produtoDTO, CompraProdutoDTO compraProdutoDTO); |
|
| - | 14 | ||
| 15 | /*
|
15 | /*
|
| 16 | NotaFiscal detalhar(Long sequencialNotaFiscal);
|
16 | NotaFiscal detalhar(Long sequencialNotaFiscal);
|
| 17 |
|
17 |
|
| 18 | List<String> consultarNcms(ParametrosConsultaNotaFiscal parametrosConsultaNotaFiscalDTO);
|
18 | List<String> consultarNcms(ParametrosConsultaNotaFiscal parametrosConsultaNotaFiscalDTO);
|
| 19 |
|
19 |
|