refactor: Umbenennung von GTX in Gtx und GTXMessagingConfig in SmsParams
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
namespace EnvelopeGenerator.Application.Configurations
|
||||
{
|
||||
public class GTXMessagingConfig
|
||||
{
|
||||
public required string AuthKey { get; init; }
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace EnvelopeGenerator.Application.Configurations.GtxMessaging
|
||||
{
|
||||
public class SmsParams
|
||||
{
|
||||
public required string AuthKey { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user