удаление учетной записи с сервера
This commit is contained in:
@@ -66,9 +66,12 @@ public enum ServerCode {
|
||||
GetUserAccountByKey,
|
||||
GetUserAccountByEmail,
|
||||
EditUserAccount,
|
||||
PublishUserAccount;
|
||||
PublishUserAccount,
|
||||
DeleteUserAccount;
|
||||
public String getDescription(){
|
||||
switch (this){
|
||||
case DeleteUserAccount:
|
||||
return "Удаление учётной записи на сервере";
|
||||
case PublishUserAccount:
|
||||
return "Создание учётной записи на сервере";
|
||||
case EditUserAccount:
|
||||
|
||||
Reference in New Issue
Block a user