Esempio n. 1
0
 public async Task ProcessCompoundImageTags(Guid compoundImageId, IList <Tag> tags)
 {
     foreach (var tag in tags)
     {
         await _compoundImageTagsRepository.InsertCompoundImageTag(compoundImageId, tag);
     }
 }