コード例 #1
0
ファイル: TaxServices.cs プロジェクト: gkovalev/nastia
        public static ICollection <TaxElement> GetTaxesForProduct(int productId, CustomerContact billingContact, CustomerContact shippingContact)
        {
            var selC = SettingProvider.GetSellerContact();

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