fix default placeholder label for data table.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-08-31 23:50:17 -06:00
parent b1b3a127dc
commit 698e8a0a95

View File

@@ -2,7 +2,7 @@
{
public class CostTableForVehicle
{
public string DistanceUnit { get; set; } = "Per Mile";
public string DistanceUnit { get; set; } = "Cost Per Mile";
public int TotalDistance { get; set; }
public int NumberOfDays { get; set; }
public decimal ServiceRecordSum { get; set; }