示例#1
0
 public List <string> GetSubForumsTopics(int forumId)
 {
     return(FM.GetSubForumsTopics(forumId));
 }