mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-09-30 19:13:19 +00:00
package
This commit is contained in:
6
lib/src/Security/Permissions/Ruling.dart
Normal file
6
lib/src/Security/Permissions/Ruling.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
enum Ruling
|
||||
{
|
||||
Denied,
|
||||
Allowed,
|
||||
DontCare
|
||||
}
|
Reference in New Issue
Block a user