first commit
This commit is contained in:
9
Enum/ReminderMetric.cs
Normal file
9
Enum/ReminderMetric.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace MotoVaultPro.Models
|
||||
{
|
||||
public enum ReminderMetric
|
||||
{
|
||||
Date = 0,
|
||||
Odometer = 1,
|
||||
Both = 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user