Subversion Repositories Integrator Subversion

Rev

Rev 114 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 114 Rev 195
Line 4... Line 4...
4
4
-
 
5
import br.com.ec.core.generic.GenericService;
5
import br.com.ec.domain.dto.FluxoDeCaixaDTO;
6
import br.com.ec.domain.dto.FluxoDeCaixaDTO;
6
import br.com.ec.domain.model.Categoria;
7
import br.com.ec.domain.model.Categoria;
7
import br.com.ec.domain.model.Orcamento;
8
import br.com.ec.domain.model.Orcamento;
8
import br.edu.cesmac.core.generic.GenericService;
-
 
9
9
10
public interface OrcamentoService extends GenericService<Orcamento> {
10
public interface OrcamentoService extends GenericService<Orcamento> {
11
11
12
        Orcamento consultarOrcamento(Date dataInicial, Date dataFinal, Categoria categoria, String tipoCategoria);
12
        Orcamento consultarOrcamento(Date dataInicial, Date dataFinal, Categoria categoria, String tipoCategoria);
13
13