Fixed naming policy.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-12-04 08:15:46 -07:00
parent 7c0317d232
commit e869528522
2 changed files with 2 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ namespace CarCareTracker.Models
public string FuelConsumed { get; set; }
[JsonConverter(typeof(FromDecimalOptional))]
public string Cost { get; set; }
[JsonConverter(typeof(FromDecimalOptional))]
public string FuelEconomy { get; set; }
[JsonConverter(typeof(FromBoolOptional))]
public string IsFillToFull { get; set; }