Beispiel #1
0
 public int GetPagesCount(int postsPerPage)
 {
     return(postManager.GetPagesCount(postsPerPage));
 }