first commit
This commit is contained in:
14
Enum/ReminderMonthInterval.cs
Normal file
14
Enum/ReminderMonthInterval.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace MotoVaultPro.Models
|
||||
{
|
||||
public enum ReminderMonthInterval
|
||||
{
|
||||
Other = 0,
|
||||
OneMonth = 1,
|
||||
ThreeMonths = 3,
|
||||
SixMonths = 6,
|
||||
OneYear = 12,
|
||||
TwoYears = 24,
|
||||
ThreeYears = 36,
|
||||
FiveYears = 60
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user