refactor(EnvelopeStatus); arrange naming

This commit is contained in:
2025-08-22 19:34:04 +02:00
parent 68a6a23a20
commit 1577440b77
11 changed files with 40 additions and 40 deletions

View File

@@ -25,7 +25,7 @@ public record EnvelopeHistoryDto
public required string UserReference { get; set; }
/// <summary>
/// StatusQ code of the envelope at this history point.
/// Include code of the envelope at this history point.
/// </summary>
public int Status { get; set; }