Пример #1
0
 public ITaxValue CreateTaxValue(IOrderGroup orderGroup)
 {
     return(_orderGroupFactory.CreateTaxValue(orderGroup));
 }