refactor(ReceiverReadDto): rename as ReceiverDto

This commit is contained in:
2025-09-08 17:19:38 +02:00
parent 876c5def56
commit ed7068fe71
16 changed files with 25 additions and 25 deletions

View File

@@ -62,7 +62,7 @@ public record EnvelopeHistoryDto
/// <summary>
/// Information about the receiver associated with this history entry.
/// </summary>
public ReceiverReadDto? Receiver { get; set; }
public ReceiverDto? Receiver { get; set; }
/// <summary>
/// Optional comment related to this history entry.