Beispiel #1
0
        public static Image ToShopifyModel(this storefrontModel.Image image)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidImage(image));
        }