Example #1
0
        public static Tag ToShopifyModel(this Term term)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidTag(term));
        }
Example #2
0
        public static Tag ToShopifyModel(this AggregationItem item, Aggregation aggregation)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidTag(item, aggregation));
        }