7 lines
167 B
C#
7 lines
167 B
C#
namespace EnvelopeGenerator.Application.Configurations.GtxMessaging
|
|
{
|
|
public class SmsParams
|
|
{
|
|
public required string AuthKey { get; init; }
|
|
}
|
|
} |