namespace SIGCM2.Application.PuntosDeVenta.List; public sealed record ListPuntosDeVentaQuery( int Page, int PageSize, int? MedioId, bool? Activo);