Cannot bind my request object to Query params in Fastendpoints for GET request
I am using Fastendpoints to make my api but the issue I am getting is my request is not bounding to query params in GET request in Swagger. Here is my code.
Cannot bind my request object to Query params in Fastendpoints for GET request
I am using Fastendpoints to make my api but the issue I am getting is my request is not bounding to query params in GET request in Swagger. Here is my code.