Esempio n. 1
0
 public void AddTagsToSeries(long seriesId, List <long> tagIds)
 {
     tagRepository.AddTagsToSeries(seriesId, tagIds);
 }