Example #1
0
 public static bool EditRoleUser(string nickname, int role)
 {
     return(_usersLogic.EditRoleUser(nickname, role));
 }