Fix Query Issues ...

This commit is contained in:
2025-11-06 04:02:34 +03:30
parent 3347ced736
commit 52f8e06f02
+2
View File
@@ -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,