Пример #1
0
 public async Task DeleteAccountById(int id)
 {
     await _accountsRepository.DeleteAccountById(id);
 }