Subversion Repositories Integrator Subversion

Rev

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

Rev 253 Rev 259
Line 1... Line 1...
1
package br.com.ec.domain.service;
1
package br.com.ec.domain.service;
2
2
3
import java.util.Date;
3
import java.util.Date;
4
4
5
import br.com.ec.core.generic.GenericService;
5
import br.com.ec.core.generic.GenericService;
6
import br.com.ec.domain.modal.AberturaLoja;
-
 
-
 
6
import br.com.ec.domain.model.AberturaLoja;
7
7
8
public interface AberturaLojaService extends GenericService<AberturaLoja> {
8
public interface AberturaLojaService extends GenericService<AberturaLoja> {
9
9
10
        Boolean verificarLojaAberta(Date dataAtual, Long sequencialLoja);
10
        Boolean verificarLojaAberta(Date dataAtual, Long sequencialLoja);
11
       
11