示例#1
0
 public async Task <bool> IsWatchedByUser(string symbol, int userId)
 {
     return(await watchListRepository.IsWatchedByUser(symbol, userId));
 }