Skip to content

Navigation page and size in provider's get method #27

@captainchamp

Description

@captainchamp

The use of navigation page and size are missing in Get(string, string, string, string, string, string, string[], string[]) implementation in Provider.

It can be added it by doing this:

`uint? navigationPage = HttpUtils.GetNavigationPage(Request.Headers);
uint? navigationPageSize = HttpUtils.GetNavigationPageSize(Request.Headers);

TMultiple objs = service.Retrieve(conditions, navigationPage, navigationPageSize, ..`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions