Beispiel #1
0
 public static void InsertCurrentStock(Stock stock)
 {
     InsertIntoLatestScrape(stock);
 }
Beispiel #2
0
 public static void InsertStockHistory(Stock stock)
 {
     InsertIntoScrapeHistory(stock);
 }