示例#1
0
 public void ApplySortOrder(string sortField, CommerceConstants.SortDirection?sortDirection)
 {
     if (!string.IsNullOrWhiteSpace(sortField))
     {
         _catalogManager.SortOrderApplied(this.CurrentStorefront, sortField, sortDirection);
     }
 }