added missedfuelup and partialfuelup to csv export and import.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-15 09:54:05 -07:00
parent 6ffa856795
commit bd3b821226
6 changed files with 28 additions and 6 deletions

View File

@@ -18,5 +18,7 @@
public int DeltaMileage { get; set; }
public decimal MilesPerGallon { get; set; }
public decimal CostPerGallon { get; set; }
public bool IsFillToFull { get; set; }
public bool MissedFuelUp { get; set; }
}
}