Subversion Repositories Integrator Subversion

Rev

Rev 686 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 686 Rev 689
Line 14... Line 14...
14
       
14
       
15
        Double consultarSaldoCliente(Long sequencialCliente);
15
        Double consultarSaldoCliente(Long sequencialCliente);
16
16
17
        void gerarCashback(ParametrosVendaDTO parametrosVendaDTO, Venda venda);
17
        void gerarCashback(ParametrosVendaDTO parametrosVendaDTO, Venda venda);
18
       
18
       
19
        void utilizarCashback(CashbackDTO cashbackDTO);
-
 
20
-
 
21
        void utilizarCashback(Venda venda, Double valor);
19
        void utilizarCashback(Venda venda, Double valor);
-
 
20
       
-
 
21
        void excluirCashbackVenda(Long sequencialVenda);
22
       
22
       
23
}
23
}