micro fixes
This commit is contained in:
parent
bcede53490
commit
b7fb603202
@ -20,6 +20,7 @@
|
|||||||
PriceUP = PriceUP.Value,
|
PriceUP = PriceUP.Value,
|
||||||
PriceUP_PR = PriceUP_PR.Value,
|
PriceUP_PR = PriceUP_PR.Value,
|
||||||
PriceUP_Year = PriceUP_Year.Value,
|
PriceUP_Year = PriceUP_Year.Value,
|
||||||
|
PriceUP_Year_PR = PriceUP_Year_PR.Value,
|
||||||
NPVNI = NPVNI.Value,
|
NPVNI = NPVNI.Value,
|
||||||
BonusResult = BonusResult.Value
|
BonusResult = BonusResult.Value
|
||||||
};
|
};
|
||||||
|
|||||||
@ -36,7 +36,7 @@ namespace EvoCalculator.Core.Models.Calculation.Models.Prepared
|
|||||||
public int PlYear { get; set; }
|
public int PlYear { get; set; }
|
||||||
public double CarCapacity { get; set; }
|
public double CarCapacity { get; set; }
|
||||||
public double MotorVolume { get; set; }
|
public double MotorVolume { get; set; }
|
||||||
public int PlEngineType { get; set; }
|
public int? PlEngineType { get; set; }
|
||||||
public double CarCarrying { get; set; }
|
public double CarCarrying { get; set; }
|
||||||
public int CarSeats { get; set; }
|
public int CarSeats { get; set; }
|
||||||
public double Bonus { get; set; }
|
public double Bonus { get; set; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user