public System.Threading.Tasks.Task <string> insertAccountAsync(ForumInterface.AccountReference.account newAccount) { return(base.Channel.insertAccountAsync(newAccount)); }
public string insertAccount(ForumInterface.AccountReference.account newAccount) { return(base.Channel.insertAccount(newAccount)); }