refactor(ReceiverReadDto): rename as ReceiverDto
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user