fixed month order in reports page.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
{
|
||||
public class CostForVehicleByMonth
|
||||
{
|
||||
public int MonthId { get; set; }
|
||||
public string MonthName { get; set; }
|
||||
public decimal Cost { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user