diff --git a/EnvelopeGenerator.Application/DTOs/DocumentStatusDto.cs b/EnvelopeGenerator.Application/DTOs/DocumentStatusDto.cs index 2decac1f..b24724ef 100644 --- a/EnvelopeGenerator.Application/DTOs/DocumentStatusDto.cs +++ b/EnvelopeGenerator.Application/DTOs/DocumentStatusDto.cs @@ -8,7 +8,9 @@ namespace EnvelopeGenerator.Application.DTOs int ReceiverId, int Status, DateTime? StatusChangedWhen, - string Value, DateTime AddedWhen, - DateTime? ChangedWhen) : IUnique; + DateTime? ChangedWhen) : IUnique + { + public string? Value { get; set; } + }; } \ No newline at end of file diff --git a/EnvelopeGenerator.Tests.Application/EnvelopeGenerator.Tests.Application.csproj b/EnvelopeGenerator.Tests.Application/EnvelopeGenerator.Tests.Application.csproj index 5d3bd5ed..b9626bf8 100644 --- a/EnvelopeGenerator.Tests.Application/EnvelopeGenerator.Tests.Application.csproj +++ b/EnvelopeGenerator.Tests.Application/EnvelopeGenerator.Tests.Application.csproj @@ -43,4 +43,10 @@ + + + PreserveNewest + + +