Files
SIG-CM2.0/src/api/SIGCM2.Application/IngresosBrutos/Dtos/NuevaVersionIibbResultDto.cs

7 lines
148 B
C#

namespace SIGCM2.Application.IngresosBrutos.Dtos;
public sealed record NuevaVersionIibbResultDto(
int PredecesoraId,
int NuevaVersionId
);