Example #1
0
 public System.Threading.Tasks.Task <string> CreateAccountAsync(Ledger.UI.Web.LedgerService.Account account)
 {
     return(base.Channel.CreateAccountAsync(account));
 }
Example #2
0
 public string CreateAccount(Ledger.UI.Web.LedgerService.Account account)
 {
     return(base.Channel.CreateAccount(account));
 }