fixed month order in reports page.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-11 18:58:00 -07:00
parent 20190642a8
commit f696030ac2
3 changed files with 10 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
{
public class CostForVehicleByMonth
{
public int MonthId { get; set; }
public string MonthName { get; set; }
public decimal Cost { get; set; }
}