Exemplo n.º 1
0
 public static IList <ContentReply> GetContentReplyByTID(int topicid)/// 此方法是按照发贴的编号返回所有的回贴
 {
     return(ReSevice.GetContentReplyByTID(topicid));
 }