Ejemplo n.º 1
0
 public TopicDetail GetTopicDetail(string topicID, int pageSize, int currentPageIndex)
 {
     return(bll.GetTopicDetail(topicID, pageSize, currentPageIndex));
 }