refactor: Umbenennung von GTX in Gtx und GTXMessagingConfig in SmsParams

This commit is contained in:
Developer 02
2024-11-21 17:22:21 +01:00
parent 30f93f2439
commit 949001791c
3 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +0,0 @@
namespace EnvelopeGenerator.Application.Configurations
{
public class GTXMessagingConfig
{
public required string AuthKey { get; init; }
}
}

View File

@@ -0,0 +1,7 @@
namespace EnvelopeGenerator.Application.Configurations.GtxMessaging
{
public class SmsParams
{
public required string AuthKey { get; init; }
}
}