示例#1
0
 public async Task DetachAccountAsync(int accountId)
 {
     await _accountsRepository.DetachAccountAsync(accountId);
 }