- 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";
- }
- }
|