added post methods for tax records.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-20 17:47:48 -07:00
parent e801a4a77c
commit 30a9411cdd
2 changed files with 41 additions and 2 deletions

View File

@@ -53,7 +53,6 @@
public class TaxRecordExportModel
{
public string Date { get; set; }
public string Odometer { get; set; }
public string Description { get; set; }
public string Notes { get; set; }
public string Cost { get; set; }