Skip to content

Instantly share code, notes, and snippets.

@ntakouris
Created September 3, 2019 12:43
Show Gist options
  • Save ntakouris/0616e547299f2dc1af0e081031c39fd6 to your computer and use it in GitHub Desktop.
Save ntakouris/0616e547299f2dc1af0e081031c39fd6 to your computer and use it in GitHub Desktop.
public class PaginationFilter
{
public int PageNumber { get; set; }
public int PageSize { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment