package com.rjconsultores.ventaboletos.service;
import com.rjconsultores.ventaboletos.entidad.ConfRestricaoExcecao;
public interface ConfRestricaoExcecaoService extends GenericService<ConfRestricaoExcecao, Integer> {
}