コード例 #1
0
 public System.Threading.Tasks.Task <string> insertAccountAsync(ForumInterface.AccountReference.account newAccount)
 {
     return(base.Channel.insertAccountAsync(newAccount));
 }
コード例 #2
0
 public string insertAccount(ForumInterface.AccountReference.account newAccount)
 {
     return(base.Channel.insertAccount(newAccount));
 }