Skip to content

Instantly share code, notes, and snippets.

@zHaytam
Created November 17, 2020 11:04
Show Gist options
  • Save zHaytam/0af44a82888e8223b7d349ecd3804cb6 to your computer and use it in GitHub Desktop.
Save zHaytam/0af44a82888e8223b7d349ecd3804cb6 to your computer and use it in GitHub Desktop.
public class ListProductsRequest
{
public string CategoryId { get; set; }
public int? Page { get; set; }
public int? Size { get; set; }
public string Filter { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment