コード例 #1
0
ファイル: TopicController.cs プロジェクト: franknew/XinLuClub
 public TopicDetail GetTopicDetail(string topicID, int pageSize, int currentPageIndex)
 {
     return(bll.GetTopicDetail(topicID, pageSize, currentPageIndex));
 }