Пример #1
0
 public decimal GetShippingByProductUID(int productUID)
 {
     return(_controller.GetShippingByProductUID(productUID));
 }