add logic for status query

This commit is contained in:
2025-08-22 15:24:34 +02:00
parent c0a5b57668
commit 290e87048c
11 changed files with 43 additions and 31 deletions

View File

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