Exemple #1
0
 public System.Threading.Tasks.Task <bool> deleteAccountAsync(SecureDesk.AccountService.UserAccountData userAccountData)
 {
     return(base.Channel.deleteAccountAsync(userAccountData));
 }
Exemple #2
0
 public bool deleteAccount(SecureDesk.AccountService.UserAccountData userAccountData)
 {
     return(base.Channel.deleteAccount(userAccountData));
 }