Fuel Log Match

This commit is contained in:
2015-09-22 21:11:47 -04:00
parent 27375bbb65
commit 829d84d73e
18 changed files with 748 additions and 233 deletions
+2
View File
@@ -63,6 +63,8 @@ namespace MileageTraker.Web.Models
[HiddenInput(DisplayValue = false)]
public virtual Log VehiclePreviousLog { get; set; }
public virtual ICollection<FuelLog> FuelLogs { get; set; }
public Log()
{
LogType = new MileageLogTypeWrapper();