You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213 |
- namespace Luticate2.Auth.Dbo.Permissions
- {
- public static class LuPermissions
- {
- public const string LuGroupsRead = "LU_GROUPS_READ";
-
- public const string LuGroupsWrite = "LU_GROUPS_WRITE";
-
- public const string LuUsersRead = "LU_USERS_READ";
-
- public const string LuUsersWrite = "LU_USERS_WRITE";
- }
- }
|