Ejemplo n.º 1
0
 public WatchStatus GetStatusForShow(int userId, string showId)
 {
     return(_watchlistRepository.GetStatusForShow(userId, showId));
 }