8 lines
No EOL
198 B
C#
8 lines
No EOL
198 B
C#
namespace API.Constants
|
|
{
|
|
public static class PolicyConstants
|
|
{
|
|
public static readonly string AdminRole = "Admin";
|
|
public static readonly string PlebRole = "Pleb";
|
|
}
|
|
} |