Skip to content

Instantly share code, notes, and snippets.

@kdhollow
Created February 27, 2016 21:20
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 kdhollow/65f01e9f1c5e4c887b89 to your computer and use it in GitHub Desktop.
Save kdhollow/65f01e9f1c5e4c887b89 to your computer and use it in GitHub Desktop.
@using AFDSearch.Models
@model AirportSearch
@{
ViewBag.Title = "Airport Search";
}
@{
const int pageSize = 10;
int currentPage = 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment