Add TSV support.
Import Upload
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user