feat(adm-009): TipoDeIva + IngresosBrutos handlers, DTOs, DI registration
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using SIGCM2.Domain.Fiscal;
|
||||
|
||||
namespace SIGCM2.Application.IngresosBrutos.List;
|
||||
|
||||
public sealed record ListIngresosBrutosQuery(
|
||||
int Page,
|
||||
int PageSize,
|
||||
bool? Activo,
|
||||
ProvinciaArgentina? Provincia);
|
||||
Reference in New Issue
Block a user