public TradeRepository(StockimulateContext stockimulateContext) => _stockimulateContext = stockimulateContext;
Beispiel #2
0
 public LoginRepository(StockimulateContext stockimulateContext) => _stockimulateContext = stockimulateContext;
 public SecurityRepository(StockimulateContext stockimulateContext) => _stockimulateContext = stockimulateContext;