Пример #1
0
 public async Task <TransactionsList> GetTransactionsHistory()
 {
     return(await _transactionsRepository.GetTransactionsHistory());
 }