Subversion Repositories Integrator Subversion

Rev

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

Rev 106 Rev 195
Line 1... Line 1...
1
package br.com.ec.infrastructure.repository;
1
package br.com.ec.infrastructure.repository;
2
2
-
 
3
import br.com.ec.core.generic.GenericRepository;
3
import br.com.ec.domain.model.AberturaLoja;
4
import br.com.ec.domain.model.AberturaLoja;
4
import br.edu.cesmac.core.generic.GenericRepository;
-
 
5
5
6
public interface AberturaLojaRepository extends GenericRepository<AberturaLoja> {}
6
public interface AberturaLojaRepository extends GenericRepository<AberturaLoja> {}