Exemple #1
0
 public System.Threading.Tasks.Task UpdateAccountAsync(UmbrellaService.DataLevel.ProxyModel.AccountProxy account)
 {
     return(base.Channel.UpdateAccountAsync(account));
 }
Exemple #2
0
 public void UpdateAccount(UmbrellaService.DataLevel.ProxyModel.AccountProxy account)
 {
     base.Channel.UpdateAccount(account);
 }