예제 #1
0
 public TradeRepository(StockimulateContext stockimulateContext) => _stockimulateContext = stockimulateContext;
예제 #2
0
 public LoginRepository(StockimulateContext stockimulateContext) => _stockimulateContext = stockimulateContext;
 public SecurityRepository(StockimulateContext stockimulateContext) => _stockimulateContext = stockimulateContext;