btcpayserver/BTCPayServer/Roles.cs

8 lines
119 B
C#
Raw Normal View History

2017-09-15 12:08:31 +02:00
namespace BTCPayServer
{
public class Roles
{
public const string ServerAdmin = "ServerAdmin";
2017-09-15 12:08:31 +02:00
}
}