コード例 #1
0
 public int PageCount()
 {
     return(Convert.ToInt32(Math.Ceiling(JobAdverts.Count() / (double)JobAdvertsPerPage)));
 }