Exemplo n.º 1
0
 public void AddTagsToMediaFile(long fileId, List <long> tagIds)
 {
     tagRepository.AddTagsToMediaFile(fileId, tagIds);
 }