feat: add CreateAnnotationCommand record for annotation creation
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using EnvelopeGenerator.Application.Common.Query;
|
||||
using MediatR;
|
||||
|
||||
namespace EnvelopeGenerator.Application.Annotations.Commands;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public record CreateAnnotationCommand : EnvelopeReceiverQueryBase, IRequest;
|
||||
Reference in New Issue
Block a user