Files
SIG-CM2.0/src/api/SIGCM2.Application/IngresosBrutos/List/ListIngresosBrutosQuery.cs

10 lines
212 B
C#
Raw Normal View History

using SIGCM2.Domain.Fiscal;
namespace SIGCM2.Application.IngresosBrutos.List;
public sealed record ListIngresosBrutosQuery(
int Page,
int PageSize,
bool? Activo,
ProvinciaArgentina? Provincia);