more partial views and logic for reminder.
This commit is contained in:
9
Enum/ReminderUrgency.cs
Normal file
9
Enum/ReminderUrgency.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace CarCareTracker.Models
|
||||
{
|
||||
public enum ReminderUrgency
|
||||
{
|
||||
NotUrgent = 0,
|
||||
Urgent = 1,
|
||||
VeryUrgent = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user