7 lines
93 B
C#
7 lines
93 B
C#
namespace Tiku.Application.Security;
|
|
|
|
public enum CapabilityOperation
|
|
{
|
|
Read,
|
|
Write
|
|
} |