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