added option to mark gas record as not filled to full so that MPG calculations are deferred
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
/// </summary>
|
||||
public decimal Gallons { get; set; }
|
||||
public decimal Cost { get; set; }
|
||||
public bool IsFillToFull { get; set; } = true;
|
||||
public List<UploadedFiles> Files { get; set; } = new List<UploadedFiles>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user