refactor(DocSignedNotificationStatusHandler): rename as DocSignedNotificationAnnotationHandler

This commit is contained in:
tekh 2025-09-03 16:31:14 +02:00
parent fb5d2110bd
commit f87f8a1d17

View File

@ -8,7 +8,7 @@ namespace EnvelopeGenerator.Application.Common.Notifications.Handlers;
/// <summary> /// <summary>
/// ///
/// </summary> /// </summary>
public class DocSignedNotificationStatusHandler : INotificationHandler<DocSignedNotification> public class DocSignedNotificationAnnotationHandler : INotificationHandler<DocSignedNotification>
{ {
private readonly ISender _sender; private readonly ISender _sender;
@ -16,7 +16,7 @@ public class DocSignedNotificationStatusHandler : INotificationHandler<DocSigned
/// ///
/// </summary> /// </summary>
/// <param name="sender"></param> /// <param name="sender"></param>
public DocSignedNotificationStatusHandler(ISender sender) public DocSignedNotificationAnnotationHandler(ISender sender)
{ {
_sender = sender; _sender = sender;
} }