mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-15 04:11:38 +00:00
13 lines
165 B
C#
13 lines
165 B
C#
namespace Oqtane.Shared
|
|
{
|
|
public enum LogFunction
|
|
{
|
|
Create,
|
|
Read,
|
|
Update,
|
|
Delete,
|
|
Security,
|
|
Other
|
|
}
|
|
}
|