Added Distance Traveled Chart

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-02-16 13:55:22 -07:00
parent 30b4a73fef
commit 04f90ae6a8
8 changed files with 113 additions and 31 deletions

View File

@@ -5,5 +5,8 @@
public int MonthId { get; set; }
public string MonthName { get; set; }
public decimal Cost { get; set; }
public int MaxMileage { get; set; }
public int MinMileage { get; set; }
public int DistanceTraveled { get; set; }
}
}