Match count update for import too

This commit is contained in:
2015-10-13 21:25:25 -04:00
parent 78e8924bfa
commit 43d471af94
4 changed files with 26 additions and 22 deletions
@@ -12,6 +12,12 @@
LogId = fuelLog.Log.LogId;
}
public MatchLinkViewModel(int fuelLogId, int? logId)
{
FuelLogId = fuelLogId;
LogId = logId;
}
public MatchLinkViewModel(ImportFuelLogViewModel viewModel)
{
FuelLogId = viewModel.FuelLogId;