mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
9 lines
155 B
C#
9 lines
155 B
C#
namespace BTCPayServer.Data
|
|
{
|
|
public class SettingData
|
|
{
|
|
public string Id { get; set; }
|
|
|
|
public string Value { get; set; }
|
|
}
|
|
}
|