Exemplo n.º 1
0
 public ActionResult <bool> RemoveStockFromWatchlist(string symbol)
 {
     return(_watchlistService.RemoveEntryInWatchList(symbol));
 }