示例#1
0
        public static Currency ToShopifyModel(this StorefrontModel.Common.Currency currency)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidCurrency(currency));
        }