Fix parcelamento detail dto inheritance
This commit is contained in:
parent
8cb0b72474
commit
67087bce1f
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue