revert postvalues type
This commit is contained in:
parent
057ae4cde7
commit
25f82b3347
@ -15,34 +15,13 @@
|
||||
{
|
||||
return new
|
||||
{
|
||||
BaseCost = new
|
||||
{
|
||||
BaseCost.Value,
|
||||
},
|
||||
BonusBase = new
|
||||
{
|
||||
BonusBase.Value,
|
||||
},
|
||||
PriceUP = new
|
||||
{
|
||||
PriceUP.Value,
|
||||
},
|
||||
PriceUP_PR = new
|
||||
{
|
||||
PriceUP_PR.Value,
|
||||
},
|
||||
PriceUP_Year = new
|
||||
{
|
||||
PriceUP_Year.Value,
|
||||
},
|
||||
nPVNI = new
|
||||
{
|
||||
NPVNI.Value,
|
||||
},
|
||||
BonusResult = new
|
||||
{
|
||||
BonusResult.Value
|
||||
}
|
||||
BaseCost = BaseCost.Value,
|
||||
BonusBase = BonusBase.Value,
|
||||
PriceUP = PriceUP.Value,
|
||||
PriceUP_PR = PriceUP_PR.Value,
|
||||
PriceUP_Year = PriceUP_Year.Value,
|
||||
NPVNI = NPVNI.Value,
|
||||
BonusResult = BonusResult.Value
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user