Example #1
0
 public IEnumerable <Transactions> GetTransactionsDependences()
 {
     return(_transactionRepository.GetTransactionsDependences());
 }