first commit
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
using Volo.Abp.Settings;
|
||||
|
||||
namespace KonSoft.Payment.Settings;
|
||||
|
||||
public class PaymentSettingDefinitionProvider : SettingDefinitionProvider
|
||||
{
|
||||
public override void Define(ISettingDefinitionContext context)
|
||||
{
|
||||
//Define your own settings here. Example:
|
||||
//context.Add(new SettingDefinition(PaymentSettings.MySetting1));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user