refactor(Application.Configurations): Config-Suffix in Params umbenannt.

This commit is contained in:
Developer 02
2025-01-31 12:51:44 +01:00
parent 363329ca18
commit 120c8623dd
8 changed files with 24 additions and 29 deletions

View File

@@ -0,0 +1,12 @@
namespace EnvelopeGenerator.Application.Configurations;
public class DispatcherParams
{
public int SendingProfile { get; init; } = 1;
public string AddedWho { get; init; } = "DDEnvelopGenerator";
public int ReminderTypeId { get; init; } = 202377;
public string EmailAttmt1 { get; init; } = string.Empty;
}