refactor(ReceiverReadDto): rename as ReceiverDto
This commit is contained in:
@@ -59,5 +59,5 @@ public class EnvelopeReceiverReadOnlyDto
|
||||
/// <summary>
|
||||
/// Gets or inits the associated receiver details.
|
||||
/// </summary>
|
||||
public ReceiverReadDto? Receiver { get; set; }
|
||||
public ReceiverDto? Receiver { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user