Rev 628 |
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.NpsPosVendaDTO;
import br.com.ec.domain.model.NpsPosVenda;
public interface NpsPosVendaService
extends GenericService
<NpsPosVenda
> {
void efetivarNpsAtendimento
(NpsPosVenda npsPosVendaSelecionado
);
NpsPosVendaDTO consultarPorPosVendaEeTipo
(Long sequencial,
String valor
);
}