added csv exports for gas and tax tab.

This commit is contained in:
DESKTOP-GENO133\IvanPlex
2024-01-09 21:41:58 -07:00
parent eac181ff20
commit 3105622d63
4 changed files with 51 additions and 3 deletions

View File

@@ -23,6 +23,14 @@
public string Notes { get; set; }
public string Cost { get; set; }
}
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; }
}
public class GasRecordExportModel
{
public string Date { get; set; }