system-praktyk-api/src/InternshipSystem.Api/Security/Policies.cs
2020-08-29 17:25:48 +02:00

7 lines
164 B
C#

namespace InternshipSystem.Api.Security
{
public static class Policies
{
public const string RegisteredOnly = "RegisteredForEditionOnly";
}
}