Skip to content

Instantly share code, notes, and snippets.

@zHaytam
Last active November 17, 2020 18:21
Show Gist options
  • Save zHaytam/1a5860756f86a9a7483d3ac145cbaa71 to your computer and use it in GitHub Desktop.
Save zHaytam/1a5860756f86a9a7483d3ac145cbaa71 to your computer and use it in GitHub Desktop.
var instance = new ListProductsRequest
{
CategoryId = "qdfg3514sqdf65",
Page = 1,
Size = 10,
Filter = "price>10"
};
var value = instance.CategoryId;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment