Subversion Repositories Integrator Subversion

Rev

Rev 588 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

package br.com.ec.domain.service;

import br.com.ec.core.generic.GenericService;
import br.com.ec.domain.dto.AlertasGeralDTO;

public interface AlertasService extends GenericService<AlertasGeralDTO> {

        AlertasGeralDTO consultarAlertasComprasGeral(AlertasGeralDTO alertasGeralDTO);

}