mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-14 18:54:32 +00:00
13 lines
164 B
C#
13 lines
164 B
C#
namespace Oqtane.Enums
|
|
{
|
|
public enum LogFunction
|
|
{
|
|
Create,
|
|
Read,
|
|
Update,
|
|
Delete,
|
|
Security,
|
|
Other
|
|
}
|
|
}
|