示例#1
0
        public static Search ToShopifyModel(this IMutablePagedList <storefrontModel.Product> products, WorkContext workContext)
        {
            var converter = new ShopifyModelConverter();

            return(converter.ToLiquidSearch(products, workContext));
        }