diff --git a/EnvelopeGenerator.Application/Common/Notifications/Handlers/DocSignedNotificationStatusHandler.cs b/EnvelopeGenerator.Application/Common/Notifications/Handlers/DocSignedNotificationAnnotationHandler.cs similarity index 85% rename from EnvelopeGenerator.Application/Common/Notifications/Handlers/DocSignedNotificationStatusHandler.cs rename to EnvelopeGenerator.Application/Common/Notifications/Handlers/DocSignedNotificationAnnotationHandler.cs index 512ba9c9..88027f99 100644 --- a/EnvelopeGenerator.Application/Common/Notifications/Handlers/DocSignedNotificationStatusHandler.cs +++ b/EnvelopeGenerator.Application/Common/Notifications/Handlers/DocSignedNotificationAnnotationHandler.cs @@ -8,7 +8,7 @@ namespace EnvelopeGenerator.Application.Common.Notifications.Handlers; /// /// /// -public class DocSignedNotificationStatusHandler : INotificationHandler +public class DocSignedNotificationAnnotationHandler : INotificationHandler { private readonly ISender _sender; @@ -16,7 +16,7 @@ public class DocSignedNotificationStatusHandler : INotificationHandler /// - public DocSignedNotificationStatusHandler(ISender sender) + public DocSignedNotificationAnnotationHandler(ISender sender) { _sender = sender; }