Esempio n. 1
0
 public int PageCount()
 {
     return(Convert.ToInt32(Math.Ceiling(Listings.Count() / (double)ListingPerPage)));
 }