Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created March 1, 2026 13:20
Show Gist options
  • Select an option

  • Save wullemsb/8fc969a3e1dc99a06007f6afe72aeee4 to your computer and use it in GitHub Desktop.

Select an option

Save wullemsb/8fc969a3e1dc99a06007f6afe72aeee4 to your computer and use it in GitHub Desktop.
public record ProductSearchParams(
string? Query,
string? Category,
decimal? MinPrice,
decimal? MaxPrice,
int Page = 1,
int PageSize = 20
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment