added more data points to vehicle history report.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-03-01 04:14:53 -07:00
parent ef2b8cadc7
commit 84b748a361
4 changed files with 90 additions and 12 deletions

View File

@@ -8,5 +8,10 @@
public string MPG { get; set; }
public decimal TotalCost { get; set; }
public decimal TotalGasCost { get; set; }
public string DaysOwned { get; set; }
public string DistanceTraveled { get; set; }
public decimal TotalCostPerMile { get; set; }
public decimal TotalGasCostPerMile { get; set; }
public string DistanceUnit { get; set; }
}
}