Esempio n. 1
0
 public bool CheckExists(string ticker)
 {
     return(_stockRepo.CheckExists(ticker));
 }