示例#1
0
 public void CanRound(decimal valueToRounding, decimal roundedValue, RoundingType roundingType)
 {
     _priceCalcService.Round(valueToRounding, roundingType).Should().Be(roundedValue);
 }