Add TSV support.

Import Upload
This commit is contained in:
2015-09-11 14:24:27 -04:00
parent bd397b390b
commit 4dcffda1f8
16 changed files with 574 additions and 24 deletions
-1
View File
@@ -21,7 +21,6 @@ namespace MileageTraker.Web.Models
public string TagNumber { get; set; }
[Required]
[Range(1, 500000, ErrorMessage = "Between 1 and 500k")]
public int Odometer { get; set; }
[StringLength(64)]