first commit
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
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";
|
||||
}
|
||||
Reference in New Issue
Block a user