예제 #1
0
 public async Task <AccountResponse> Add(AddAccount account) => await _account.AddAccountAsync(account);