made notes named and easier to traverse.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-09 21:10:48 -07:00
parent da5e97143e
commit 2a732cb343
9 changed files with 243 additions and 50 deletions

View File

@@ -4,6 +4,7 @@
{
public int Id { get; set; }
public int VehicleId { get; set; }
public string Description { get; set; }
public string NoteText { get; set; }
}
}