Init
This commit is contained in:
14
Prefab/Data/Enums.cs
Normal file
14
Prefab/Data/Enums.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Prefab.Data;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Represents the available statuses that an entity's record can be in.
|
||||
/// </summary>
|
||||
public enum AuditStatus
|
||||
{
|
||||
Active,
|
||||
|
||||
Inactive,
|
||||
|
||||
Deleted
|
||||
}
|
||||
Reference in New Issue
Block a user