charts
This commit is contained in:
8
Models/Report/GasCostForVehicleByMonth.cs
Normal file
8
Models/Report/GasCostForVehicleByMonth.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace CarCareTracker.Models
|
||||
{
|
||||
public class GasCostForVehicleByMonth
|
||||
{
|
||||
public string MonthName { get; set; }
|
||||
public decimal Cost { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user