Fix parcelamento detail dto inheritance

This commit is contained in:
Eduardo Lopes 2026-02-02 14:57:15 -03:00
parent 8cb0b72474
commit 67087bce1f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
namespace line_gestao_api.Dtos;
public sealed class ParcelamentoListDto
public class ParcelamentoListDto
{
public Guid Id { get; set; }
public int? AnoRef { get; set; }