Files
SIG-CM2.0/src/api/SIGCM2.Application/PuntosDeVenta/List/ListPuntosDeVentaQuery.cs

8 lines
164 B
C#

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