public TransactionHistoryTableRepository(TradesEmulatorDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public SharesTableRepository(TradesEmulatorDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 3
0
 public ClientTableRepository(TradesEmulatorDbContext dbContext)
 {
     this.dbContext = dbContext;
 }