示例#1
0
 public DocumentUrlHistoryItemsAreValid(IGetDocumentByUrl <Webpage> getWebpageByUrl, IUrlHistoryImportService urlHistoryService)
 {
     _getWebpageByUrl   = getWebpageByUrl;
     _urlHistoryService = urlHistoryService;
 }
 public DocumentUrlHistoryItemsAreValid(IDocumentService documentService, IUrlHistoryImportService urlHistoryService)
 {
     _documentService   = documentService;
     _urlHistoryService = urlHistoryService;
 }
 public DocumentUrlHistoryItemsAreValid(IDocumentService documentService, IUrlHistoryImportService urlHistoryService)
 {
     _documentService = documentService;
     _urlHistoryService = urlHistoryService;
 }