Exemplo n.º 1
0
 public TradeRepository(StockimulateContext stockimulateContext) => _stockimulateContext = stockimulateContext;
Exemplo n.º 2
0
 public LoginRepository(StockimulateContext stockimulateContext) => _stockimulateContext = stockimulateContext;
 public SecurityRepository(StockimulateContext stockimulateContext) => _stockimulateContext = stockimulateContext;