8 lines
164 B
C#
8 lines
164 B
C#
|
|
namespace SIGCM2.Application.PuntosDeVenta.List;
|
||
|
|
|
||
|
|
public sealed record ListPuntosDeVentaQuery(
|
||
|
|
int Page,
|
||
|
|
int PageSize,
|
||
|
|
int? MedioId,
|
||
|
|
bool? Activo);
|