Esempio n. 1
0
 /// <summary>
 /// bans user by his ID.
 /// </summary>
 public static void BanUser(int id)
 {
     GeneralDB.BanUser(id);
 }