Add fuel type dropdown and diesel fuel type.
This commit is contained in:
@@ -69,6 +69,7 @@ namespace CarCareTracker.Controllers
|
||||
LicensePlate = x.LicensePlate,
|
||||
SoldDate = x.SoldDate,
|
||||
IsElectric = x.IsElectric,
|
||||
IsDiesel = x.IsDiesel,
|
||||
UseHours = x.UseHours,
|
||||
ExtraFields = x.ExtraFields,
|
||||
Tags = x.Tags,
|
||||
|
||||
Reference in New Issue
Block a user