Exemplo n.º 1
0
 public static IList <ContentReply> GetReplyByID(int id)/// 此方法是按照编号返回一条回贴的信息
 {
     return(ReSevice.GetReplyByID(id));
 }