From 95fe1aefcfad20e318ee805a64da399999c5d18d Mon Sep 17 00:00:00 2001 From: TekH Date: Thu, 4 Sep 2025 16:45:56 +0200 Subject: [PATCH] merge placeholders dictionary --- .../Notifications/SendMailHandler.cs | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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