|
|
|
@ -45,6 +45,7 @@ namespace Microsoft.eShopWeb.ApplicationCore.Specifications |
|
|
|
OrderByDescending = orderByDescendingExpression; |
|
|
|
} |
|
|
|
|
|
|
|
//Not used anywhere at the moment, but someone requested an example of setting this up.
|
|
|
|
protected virtual void ApplyGroupBy(Expression<Func<T, object>> groupByExpression) |
|
|
|
{ |
|
|
|
GroupBy = groupByExpression; |
|
|
|
|