10 lines
212 B
C#
10 lines
212 B
C#
using SIGCM2.Domain.Fiscal;
|
|
|
|
namespace SIGCM2.Application.IngresosBrutos.List;
|
|
|
|
public sealed record ListIngresosBrutosQuery(
|
|
int Page,
|
|
int PageSize,
|
|
bool? Activo,
|
|
ProvinciaArgentina? Provincia);
|