Subversion Repositories Integrator Subversion

Rev

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.GenericService;
3
import br.com.ec.core.generic.GenericService;
4
import br.com.ec.domain.dto.DashboardDTO;
-
 
-
 
4
import br.com.ec.domain.dto.TempoRealDTO;
5
5
6
public interface DashboardService extends GenericService<DashboardDTO> {
-
 
-
 
6
public interface DashboardService extends GenericService<TempoRealDTO> {
7
7
8
        DashboardDTO consultarDashboardDoDia();
-
 
-
 
8
        TempoRealDTO consultarDashboardDoDia();
9
       
9
       
10
}
10
}