Add VehiclePreviousLog
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user