namespace AGEHAB.RelatorioSeadIpasgo.Domain.Services; public interface IIpasgoFiltroService { IReadOnlyList Filtrar(IReadOnlyList linhas); }