fix(MailParams): make Placeholders Dictionary
This commit is contained in:
parent
8a79ee4126
commit
4d5ee2b461
@ -1,6 +1,4 @@
|
||||
using System.Collections.Immutable;
|
||||
|
||||
namespace EnvelopeGenerator.Application.Configurations;
|
||||
namespace EnvelopeGenerator.Application.Configurations;
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
@ -10,5 +8,5 @@ public class MailParams
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public required ImmutableDictionary<string, string> Placeholders { get; init; }
|
||||
public required Dictionary<string, string> Placeholders { get; init; }
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user