first commit
This commit is contained in:
10
Enum/ReminderUrgency.cs
Normal file
10
Enum/ReminderUrgency.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MotoVaultPro.Models
|
||||
{
|
||||
public enum ReminderUrgency
|
||||
{
|
||||
NotUrgent = 0,
|
||||
Urgent = 1,
|
||||
VeryUrgent = 2,
|
||||
PastDue = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user