refactor(DocSignedNotificationStatusHandler): rename as DocSignedNotificationAnnotationHandler
This commit is contained in:
parent
fb5d2110bd
commit
f87f8a1d17
@ -8,7 +8,7 @@ namespace EnvelopeGenerator.Application.Common.Notifications.Handlers;
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public class DocSignedNotificationStatusHandler : INotificationHandler<DocSignedNotification>
|
||||
public class DocSignedNotificationAnnotationHandler : INotificationHandler<DocSignedNotification>
|
||||
{
|
||||
private readonly ISender _sender;
|
||||
|
||||
@ -16,7 +16,7 @@ public class DocSignedNotificationStatusHandler : INotificationHandler<DocSigned
|
||||
///
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
public DocSignedNotificationStatusHandler(ISender sender)
|
||||
public DocSignedNotificationAnnotationHandler(ISender sender)
|
||||
{
|
||||
_sender = sender;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user