Match count update for import too
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user