Example #1
0
 public string GetUsername(int forumId, int userId)
 {
     return(FM.GetUsername(forumId, userId));
 }