Fix Query Issues ...
This commit is contained in:
@@ -505,6 +505,7 @@ namespace xWebinarService.Providers
|
||||
// Prepare Result ...
|
||||
var result = new XQueryResult<XWebinarDto>
|
||||
{
|
||||
Items = items,
|
||||
Page = query.Page,
|
||||
PageSize = query.PageSize,
|
||||
TotalPages = totalPagesCount,
|
||||
@@ -1016,6 +1017,7 @@ namespace xWebinarService.Providers
|
||||
// Prepare Result ...
|
||||
var result = new XQueryResult<XWebinarSubscriberDto>
|
||||
{
|
||||
Items = items,
|
||||
Page = query.Page,
|
||||
PageSize = query.PageSize,
|
||||
TotalPages = totalPagesCount,
|
||||
|
||||
Reference in New Issue
Block a user