Add priority
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace LeafWeb.Core.Entities
|
||||
{
|
||||
public enum Priority
|
||||
{
|
||||
Normal = 0,
|
||||
Low = -1,
|
||||
High = 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user