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