Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. namespace AjaxPaging.Models
  2. {
  3.     public class Person
  4.     {
  5.         public int Id { get; set; }
  6.         public string Name { get; set; }
  7.     }
  8. }
  9.