Files
KonSoft.Clean/modules/payment/src/KonSoft.Payment.Domain/Settings/PaymentSettings.cs
2025-09-08 14:15:45 +08:00

10 lines
237 B
C#

namespace KonSoft.Payment.Settings;
public static class PaymentSettings
{
private const string Prefix = "Payment";
//Add your own setting names here. Example:
//public const string MySetting1 = Prefix + ".MySetting1";
}