mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-06-27 13:33:13 +00:00
.Net 6 Upgrade
This commit is contained in:
@ -2,12 +2,11 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace Esiur.Security.Permissions
|
||||
namespace Esiur.Security.Permissions;
|
||||
|
||||
public enum Ruling
|
||||
{
|
||||
public enum Ruling
|
||||
{
|
||||
Denied,
|
||||
Allowed,
|
||||
DontCare
|
||||
}
|
||||
Denied,
|
||||
Allowed,
|
||||
DontCare
|
||||
}
|
||||
|
Reference in New Issue
Block a user