package com.rjconsultores.ventaboletos.service; import java.util.List; import com.rjconsultores.ventaboletos.entidad.Secretaria; import com.rjconsultores.ventaboletos.entidad.SecretariaEmpresa; public interface SecretariaEmpresaService extends GenericService { public List buscarPorSecretaria(Secretaria secretaria); }