Fix Query Issues ...
This commit is contained in:
@@ -354,6 +354,7 @@ namespace xStringService.Providers
|
||||
// Prepare result ...
|
||||
var result = new XQueryResult<string>
|
||||
{
|
||||
Items = items,
|
||||
Page = query.Page,
|
||||
PageSize = query.PageSize,
|
||||
TotalPages = totalPagesCount,
|
||||
@@ -487,6 +488,7 @@ namespace xStringService.Providers
|
||||
// Prepare Result ...
|
||||
var result = new XQueryResult<XLocaleResourceDto>
|
||||
{
|
||||
Items = items,
|
||||
Page = query.Page,
|
||||
PageSize = query.PageSize,
|
||||
TotalPages = totalPagesCount,
|
||||
|
||||
Reference in New Issue
Block a user