diff --git a/EnvelopeGenerator.Application/Common/Notifications/DocSigned/Handlers/AnnotationHandler.cs b/EnvelopeGenerator.Application/Common/Notifications/DocSigned/Handlers/DocStatusHandler.cs similarity index 88% rename from EnvelopeGenerator.Application/Common/Notifications/DocSigned/Handlers/AnnotationHandler.cs rename to EnvelopeGenerator.Application/Common/Notifications/DocSigned/Handlers/DocStatusHandler.cs index fdf43468..306741f4 100644 --- a/EnvelopeGenerator.Application/Common/Notifications/DocSigned/Handlers/AnnotationHandler.cs +++ b/EnvelopeGenerator.Application/Common/Notifications/DocSigned/Handlers/DocStatusHandler.cs @@ -8,7 +8,7 @@ namespace EnvelopeGenerator.Application.Common.Notifications.DocSigned.Handlers; /// /// /// -public class AnnotationHandler : INotificationHandler +public class DocStatusHandler : INotificationHandler { private readonly ISender _sender; @@ -16,7 +16,7 @@ public class AnnotationHandler : INotificationHandler /// /// /// - public AnnotationHandler(ISender sender) + public DocStatusHandler(ISender sender) { _sender = sender; }