public BaseTwseStockRepository(TwseStockContext context) : base(context)
 {
     _DB = (TwseStockContext)base._DB;
 }
 public StockInfoRepository(TwseStockContext context) : base(context)
 {
 }
Example #3
0
 public InsertDateLogRepository(TwseStockContext context) : base(context)
 {
 }