Service reminder implemented.

This commit is contained in:
2015-10-21 20:32:37 -04:00
parent e42fcd16fa
commit 93065de77f
26 changed files with 652 additions and 89 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ namespace MileageTraker.Web.Models
public virtual Vehicle Vehicle { get; set; }
[InputSize("small")]
public int TargetOdometer { get; set; }
[Range(1, 500000, ErrorMessage = "Between 1 and 500k")]
public int TargetOdometer { get; set; }
[StringLength(64)]
public string Description { get; set; }