refactor(RemoveSignatureNotification): create with handlers to remove signatures of a document
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using MediatR;
|
||||
|
||||
namespace EnvelopeGenerator.Application.Common.Notifications.RemoveSignature;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="EnvelopeId"></param>
|
||||
public record RemoveSignatureNotification(int EnvelopeId) : INotification;
|
||||
Reference in New Issue
Block a user