fix(DIExtensions): arrangierte Mail- und Dispatcher-Konfigurationen

This commit is contained in:
Developer 02
2024-10-09 02:05:21 +02:00
parent c1d8f817bb
commit ac861f5fa0
2 changed files with 4 additions and 4 deletions

View File

@@ -2,6 +2,6 @@
{
public class MailConfig
{
public required Dictionary<string, string> Placeholders { get; init; } = new();
public required Dictionary<string, string> Placeholders { get; init; }
}
}