Exemplo n.º 1
0
 public void ApplyFacet(string facetValue, bool?isApplied)
 {
     if (!string.IsNullOrWhiteSpace(facetValue) && isApplied.HasValue)
     {
         _catalogManager.FacetApplied(this.CurrentStorefront, facetValue, isApplied.Value);
     }
 }