micro fixes

This commit is contained in:
Chika 2020-12-16 15:32:34 +03:00
parent bcede53490
commit b7fb603202
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@
PriceUP = PriceUP.Value,
PriceUP_PR = PriceUP_PR.Value,
PriceUP_Year = PriceUP_Year.Value,
PriceUP_Year_PR = PriceUP_Year_PR.Value,
NPVNI = NPVNI.Value,
BonusResult = BonusResult.Value
};

View File

@ -36,7 +36,7 @@ namespace EvoCalculator.Core.Models.Calculation.Models.Prepared
public int PlYear { get; set; }
public double CarCapacity { get; set; }
public double MotorVolume { get; set; }
public int PlEngineType { get; set; }
public int? PlEngineType { get; set; }
public double CarCarrying { get; set; }
public int CarSeats { get; set; }
public double Bonus { get; set; }