added ability to pin notes so that they always show up on top.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-23 17:46:54 -07:00
parent be81f9727a
commit a9e3e44f2c
4 changed files with 9 additions and 1 deletions

View File

@@ -6,5 +6,6 @@
public int VehicleId { get; set; }
public string Description { get; set; }
public string NoteText { get; set; }
public bool Pinned { get; set; }
}
}