package com.rjconsultores.ventaboletos.service; import com.rjconsultores.ventaboletos.entidad.Empresa; import com.rjconsultores.ventaboletos.entidad.EmpresaCertificadoConfig; import com.rjconsultores.ventaboletos.enums.EnumTipoCertificado; public interface EmpresaCertificadoConfigService extends GenericService { public EmpresaCertificadoConfig buscarPorEmpresa(Empresa empresa, EnumTipoCertificado enumTipoCertificado); }