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