Beispiel #1
0
 public ActionResult <IEnumerable <string> > GetWatchList()
 {
     return(_watchlistService.GetWatchList().ToList());
 }