Example #1
0
 public bool AddOrUpdateFileTags(int fileId, List <Tag> tags)
 {
     return(_fileRepository.AddOrUpdateFileTags(fileId, tags));
 }