Beispiel #1
0
 public List <int> GetSubForumsIds(int forumId)
 {
     return(FM.GetSubForumsIds(forumId));
 }