odometer to trips improvement.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-03-10 06:33:39 -06:00
parent 5ba0bd5771
commit def9a7770f
15 changed files with 154 additions and 42 deletions

View File

@@ -5,8 +5,6 @@
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; }
}
}