rename UpdateReceiverCommand
This commit is contained in:
@@ -6,7 +6,7 @@ namespace EnvelopeGenerator.Application.Receivers.Commands;
|
||||
/// Data Transfer Object for updating a receiver's information.
|
||||
/// </summary>
|
||||
[ApiExplorerSettings(IgnoreApi = true)]
|
||||
public class ReceiverUpdateDto
|
||||
public class UpdateReceiverCommand
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the unique identifier of the receiver.
|
||||
Reference in New Issue
Block a user