Ejemplo n.º 1
0
 public void DeleteShow(int userId, string showId)
 {
     _watchlistRepository.DeleteShow(userId, showId);
 }