Example #1
0
 public static int GetUserRoleByNick(string nickname)
 {
     return(_usersLogic.GetUserRoleByNick(nickname));
 }