Esempio n. 1
0
 public List <string> GetModeratorNames(int forumId, int subForumId)
 {
     return(FM.GetModeratorNames(forumId, subForumId));
 }