Fuel Log Match
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MileageTraker.Web.ViewModels.FuelLog
|
||||
{
|
||||
public class MatchViewModel
|
||||
{
|
||||
public FuelLogViewModel FuelLog { get; set; }
|
||||
public LogMatchViewModel CurrentlyMatchedLog { get; set; }
|
||||
public IList<LogMatchViewModel> MatchedLogs { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user