Ejemplo n.º 1
0
 public async Task PutAccountAsync(string id, Account account)
 => await _facebookClient.PutAsync(id, account);