chartjs
This commit is contained in:
10
Models/Report/CostMakeUpForVehicle.cs
Normal file
10
Models/Report/CostMakeUpForVehicle.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace CarCareTracker.Models
|
||||
{
|
||||
public class CostMakeUpForVehicle
|
||||
{
|
||||
public decimal ServiceRecordSum { get; set; }
|
||||
public decimal GasRecordSum { get; set; }
|
||||
public decimal TaxRecordSum { get; set; }
|
||||
public decimal CollisionRecordSum { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user