Capitalized isPaging property

This commit is contained in:
John Caleb Osborne
2019-07-29 05:16:02 -04:00
parent 63cb73bf2d
commit b5defc8d34
3 changed files with 4 additions and 4 deletions

View File

@@ -15,6 +15,6 @@ namespace Microsoft.eShopWeb.ApplicationCore.Interfaces
int Take { get; }
int Skip { get; }
bool isPagingEnabled { get;}
bool IsPagingEnabled { get;}
}
}