Exemplo n.º 1
0
 public IEnumerable <Transaction> GetAllTransactions()
 {
     return(_transactionRepo.GetAll());
 }