Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
635 blopes 1
package br.com.ec.domain.service.npsposvenda;
2
 
3
import br.com.ec.core.generic.GenericService;
4
import br.com.ec.domain.model.NpsPosVenda;
5
 
6
public interface NpsPosVendaService extends GenericService<NpsPosVenda> {
7
 
8
        void excluirNpsPosVenda(Long sequencialPosVenda, Long sequencialVenda);
9
 
10
}