Skip to content

Instantly share code, notes, and snippets.

@bhdryrdm
Created December 25, 2017 22:53
Show Gist options
  • Save bhdryrdm/79c5cd94b4ceb477ec91a09c1f4a93b7 to your computer and use it in GitHub Desktop.
Save bhdryrdm/79c5cd94b4ceb477ec91a09c1f4a93b7 to your computer and use it in GitHub Desktop.
[TestMethod]
public void ToPaginateList()
{
University university = new University();
List<Department> departmentList = university.Department.ToPaginateList(null, "DepartmentID", 8, 23);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment