Ejemplo n.º 1
0
 public List <WatchilstEntry> GetAllHistory(int userId)
 {
     return(_watchlistRepository.GetAllHistory(userId));
 }