Add VehiclePreviousLog

This commit is contained in:
2012-12-05 15:10:14 -05:00
parent ab16763c01
commit f00c5295e1
6 changed files with 83 additions and 0 deletions
+6
View File
@@ -70,6 +70,12 @@ namespace MileageTraker.Web.Models
[HiddenInput]
public string UserAgent { get; set; }
[HiddenInput]
public int? VehiclePreviousLogId { get; set; }
[HiddenInput]
public virtual Log VehiclePreviousLog { get; set; }
public Log()
{
LogType = new MileageLogTypeWrapper();