Пример #1
0
 public GetEpub(IParseHtml parseHtml, IGetWikiPageRecords getRecords,
                IGetXmlDocs getXmlDocs, IHtmlInput htmlInput, IEpubOutput epubOutput)
 {
     _parseHtml  = parseHtml;
     _getRecords = getRecords;
     _getXmlDocs = getXmlDocs;
     _htmlInput  = htmlInput;
     _epubOutput = epubOutput;
 }
Пример #2
0
 public GetEpub(
     IGetWikiPageRecords getRecords,
     IDocumentCreator getEpubDocs,
     IHtmlInput htmlInput,
     IEpubOutput epubOutput)
 {
     _getRecords  = getRecords;
     _getEpubDocs = getEpubDocs;
     _htmlInput   = htmlInput;
     _epubOutput  = epubOutput;
 }