diff --git a/EnvelopeGenerator.Application/Notifications/SendMailHandler.cs b/EnvelopeGenerator.Application/Notifications/SendMailHandler.cs index e62eedfc..0ede6fe0 100644 --- a/EnvelopeGenerator.Application/Notifications/SendMailHandler.cs +++ b/EnvelopeGenerator.Application/Notifications/SendMailHandler.cs @@ -45,7 +45,7 @@ public abstract class SendMailHandler : INotificationHandler /// /// - protected virtual Dictionary BodyPlaceHolders { get; } = new(); + protected virtual Dictionary PlaceHolders { get; } = new(); /// /// @@ -57,11 +57,6 @@ public abstract class SendMailHandler : INotificationHandler protected readonly DispatcherParams DispatcherParams; - /// - /// - /// - protected virtual Dictionary SubjectPlaceHolders { get; } = new(); - /// /// /// @@ -99,9 +94,9 @@ public abstract class SendMailHandler : INotificationHandler