7 lines
153 B
C#
7 lines
153 B
C#
namespace Kreta.Client.KGR.Constant
|
|
{
|
|
internal static class Scope
|
|
{
|
|
public const string Private = "kreta-kgr2-webapi.public";
|
|
}
|
|
}
|