Subversion Repositories Integrator Subversion

Rev

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

Rev 253 Rev 259
Line 4... Line 4...
4
import br.com.ec.domain.dto.consulta.ParametrosConsultaVendasDTO;
4
import br.com.ec.domain.dto.consulta.ParametrosConsultaVendasDTO;
5
import br.com.ec.domain.modal.Venda;
-
 
-
 
5
import br.com.ec.domain.model.Venda;
6
6
7
public interface VendaRepository extends GenericRepository<Venda> {
7
public interface VendaRepository extends GenericRepository<Venda> {
8
8
9
        Integer obterQuantidadeDeVendasPorLojaEePeriodo(ParametrosConsultaVendasDTO parametrosConsultaVendasDTO);
9
        Integer obterQuantidadeDeVendasPorLojaEePeriodo(ParametrosConsultaVendasDTO parametrosConsultaVendasDTO);
10
       
10