using System; using System.Collections.Generic; using System.Text; namespace System.Common { public class PageData { public List Rows { get; set; } public long Totals { get; set; } } }