AdmMono/src/com/rjconsultores/ventaboletos/service/ConfRestricaoExcecaoService...

8 lines
229 B
Java

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