Exemplo n.º 1
0
 public string GetUserType(int forumId, int userId)
 {
     return(FM.GetUserType(forumId, userId));
 }