8 lines
219 B
C#
8 lines
219 B
C#
namespace InternshipSystem.Api.Security
|
|
{
|
|
public static class Policies
|
|
{
|
|
public const string RegisteredOnly = "RegisteredForEditionOnly";
|
|
public const string IsOverseer = "IsOverseer";
|
|
}
|
|
} |