Example #1
0
 public DocumentTagsUpdateService(IRepository <Document> documentRepository, IRepository <Tag> tagRepository, IGetExistingTag getExistingTag)
 {
     _documentRepository = documentRepository;
     _tagRepository      = tagRepository;
     _getExistingTag     = getExistingTag;
 }