Skip to content

Instantly share code, notes, and snippets.

@rushfrisby
Created July 2, 2014 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rushfrisby/c97831c86ef25ba4053d to your computer and use it in GitHub Desktop.
Save rushfrisby/c97831c86ef25ba4053d to your computer and use it in GitHub Desktop.
FilterCriteria used for paging
public class FilterCriteria
{
public int Skip { get; set; }
public int Take { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment