Track source filename for FuelLog

This commit is contained in:
2015-09-26 23:00:02 -04:00
parent a6ea6df177
commit a2368f5e69
4 changed files with 7 additions and 1 deletions
+2
View File
@@ -37,5 +37,7 @@ namespace MileageTraker.Web.Models
// Matched log
public virtual Log Log { get; set; }
public string SourceFilename { get; set; }
}
}