Skip to content

Update GetCustomerOrders Method#4

Closed
noufionline wants to merge 1 commit intoTrackableEntities:masterfrom
noufionline:patch-1
Closed

Update GetCustomerOrders Method#4
noufionline wants to merge 1 commit intoTrackableEntities:masterfrom
noufionline:patch-1

Conversation

@noufionline
Copy link

The request string request = "api/Order?customerId=" + customerId always calls the Get method resulting to fetch all the records.

The request ```csharp string request = "api/Order?customerId=" + customerId ``` always calls the Get method resulting to fetch all the records.
@tonysneed
Copy link
Contributor

Fixed by 2b84251.

@tonysneed tonysneed closed this Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants