Closed bjarnef closed 3 years ago
I noticed this would cause an error in code, because the values are of type double, but the Price method expect the parameters as decimal.
double
Price
decimal
I noticed this would cause an error in code, because the values are of type
double
, but thePrice
method expect the parameters asdecimal
.