mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
8 lines
124 B
C#
8 lines
124 B
C#
namespace BTCPayServer.Plugins.AOPP
|
|
{
|
|
public class AOPPSettings
|
|
{
|
|
public bool Enabled { get; set; }
|
|
}
|
|
}
|