added ability to select reminders from tax modal.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-02-21 10:32:25 -07:00
parent 0590f991d2
commit 2a5ff7a911
7 changed files with 20 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
{
public int Id { get; set; }
public int VehicleId { get; set; }
public int ReminderRecordId { get; set; }
public string Date { get; set; } = DateTime.Now.ToShortDateString();
public string Description { get; set; }
public decimal Cost { get; set; }