Пример #1
0
 public void RemoveDocFromList(DocListAttribute attr, Doc doc)
 {
     _docRepo.RemoveDocFromList(doc.Id, Doc, attr);
 }