コード例 #1
0
ファイル: PostDTOManager.cs プロジェクト: Zbyszard/NTP
 public int GetPagesCount(int postsPerPage)
 {
     return(postManager.GetPagesCount(postsPerPage));
 }