Merge pull request #280 from JohnCOsborne/master
Capitalized isPaging property
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Microsoft.eShopWeb.Infrastructure.Data
|
||||
}
|
||||
|
||||
// Apply paging if enabled
|
||||
if (specification.isPagingEnabled)
|
||||
if (specification.IsPagingEnabled)
|
||||
{
|
||||
query = query.Skip(specification.Skip)
|
||||
.Take(specification.Take);
|
||||
|
||||
Reference in New Issue
Block a user