Subversion Repositories Integrator Subversion

Rev

Rev 588 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
582 blopes 1
package br.com.ec.domain.service;
2
 
3
import br.com.ec.core.generic.GenericService;
4
import br.com.ec.domain.dto.AlertasGeralDTO;
5
 
6
public interface AlertasService extends GenericService<AlertasGeralDTO> {
7
 
8
        AlertasGeralDTO consultarAlertasComprasGeral(AlertasGeralDTO alertasGeralDTO);
9
 
10
}