simplified design.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
public class StickerViewModel
|
||||
{
|
||||
public Vehicle VehicleData { get; set; } = new Vehicle();
|
||||
public VehicleRecords VehicleRecords { get; set; } = new VehicleRecords();
|
||||
public List<ReminderRecord> ReminderRecords { get; set; } = new List<ReminderRecord>();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -8,9 +8,5 @@
|
||||
public List<GasRecord> GasRecords { get; set; } = new List<GasRecord>();
|
||||
public List<TaxRecord> TaxRecords { get; set; } = new List<TaxRecord>();
|
||||
public List<OdometerRecord> OdometerRecords { get; set; } = new List<OdometerRecord>();
|
||||
public List<ReminderRecord> ReminderRecords { get; set; } = new List<ReminderRecord>();
|
||||
public List<PlanRecord> PlanRecords { get; set; } = new List<PlanRecord>();
|
||||
public List<Note> NoteRecords { get; set; } = new List<Note>();
|
||||
public List<SupplyRecord> SupplyRecords { get; set; } = new List<SupplyRecord>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user