Rev 227 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 227 | Rev 229 | ||
|---|---|---|---|
| Line 2... | Line 2... | ||
| 2 | 2 | ||
| 3 | import br.com.ec.core.generic.GenericRepository; |
3 | import br.com.ec.core.generic.GenericRepository; |
| 4 | import br.com.ec.domain.dto.DashboardDTO; |
- | |
| - | 4 | import br.com.ec.domain.dto.TempoRealDTO; |
|
| 5 | 5 | ||
| 6 | public interface DashboardRepository extends GenericRepository<DashboardDTO> { |
- | |
| - | 6 | public interface DashboardRepository extends GenericRepository<TempoRealDTO> { |
|
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | 9 | ||
| 10 | }
|
10 | }
|