add depreciation calculation

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-03-27 09:24:33 -06:00
parent a92d422972
commit c2a7f39025
4 changed files with 46 additions and 2 deletions

View File

@@ -13,5 +13,8 @@
public decimal TotalCostPerMile { get; set; }
public decimal TotalGasCostPerMile { get; set; }
public string DistanceUnit { get; set; }
public decimal TotalDepreciation { get; set; }
public decimal DepreciationPerDay { get; set; }
public decimal DepreciationPerMile { get; set; }
}
}