Fixed a bunch of minor stuff, styling and average mpg calculation.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-20 14:30:07 -07:00
parent 9a7f2233a0
commit 0c93663e51
9 changed files with 41 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
public Vehicle VehicleData { get; set; }
public List<GenericReportModel> VehicleHistory { get; set; }
public string Odometer { get; set; }
public decimal MPG { get; set; }
public string MPG { get; set; }
public decimal TotalCost { get; set; }
public decimal TotalGasCost { get; set; }
}