Added support for SimplyAuto Fuel Import.

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-11-25 09:18:10 -07:00
parent d4ec4989e7
commit 0984b2049b
3 changed files with 29 additions and 14 deletions

View File

@@ -6,6 +6,9 @@
public class ImportModel
{
public string Date { get; set; }
public string Day { get; set; }
public string Month { get; set; }
public string Year { get; set; }
public string DateCreated { get; set; }
public string DateModified { get; set; }
public string Type { get; set; }