예제 #1
0
        public static ICollection <TaxElement> GetTaxesForProduct(int productId, CustomerContact billingContact, CustomerContact shippingContact)
        {
            var selC = SettingProvider.GetSellerContact();

            return(GetTaxesForProduct(productId, selC, billingContact, shippingContact));
        }