예제 #1
0
 public IEnumerable <Transaction> GetAllTransactions()
 {
     return(_transactionRepo.GetAll());
 }