added tags export to csv.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-03 06:11:59 -07:00
parent 1768063e57
commit 41164516f7
4 changed files with 37 additions and 18 deletions

View File

@@ -25,6 +25,7 @@ namespace CarCareTracker.MapProfile
Map(m => m.Progress).Name(["progress"]);
Map(m => m.Type).Name(["type"]);
Map(m => m.Priority).Name(["priority"]);
Map(m => m.Tags).Name(["tags"]);
}
}
}