Blame |
Last modification |
View Log
| Download
| RSS feed
package br.com.ec.infrastructure.repository;
import br.com.ec.core.generic.GenericRepository;
import br.com.ec.domain.model.NpsPosVenda;
public interface NpsPosVendaRepository
extends GenericRepository
<NpsPosVenda
> {
void excluirNpsPosVenda
(Long sequencialPosVenda,
Long sequencialVenda
);
}