added description to mapper

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-07 23:04:20 -07:00
parent 33b824b316
commit 374f919296

View File

@@ -15,6 +15,7 @@ namespace CarCareTracker.MapProfile
Map(m => m.Price).Name(["price"]);
Map(m => m.PartialFuelUp).Name(["partial_fuelup"]);
Map(m => m.IsFillToFull).Name(["isfilltofull", "filled up"]);
Map(m => m.Description).Name(["description"]);
}
}
}