Ejemplo n.º 1
0
 public IQueryable <Transaction> GetNumberTransactionsForTrader(int TraderId, int numberOfTransactions)
 {
     return(transactionsRepository.GetNumberOfTransactionsForTrader(TraderId, numberOfTransactions));
 }