示例#1
0
 public ScrappingFetchWikiUrlStrategy(IHTMLScrapService htmlScrapService) {
     _htmlScrapService = htmlScrapService;
 }
 public CachedScrappingFetchWikiUrlStrategy(IHTMLScrapService htmlScrapService, ICategoryCacheEntryRepository categoryCacheEntryRepository, IUnitOfWork unitOfWork)
     : base(htmlScrapService)
 {
     _categoryCacheEntryRepository = categoryCacheEntryRepository;
     _unitOfWork = unitOfWork;
 }
 public ScrappingFetchWikiUrlStrategy(IHTMLScrapService htmlScrapService)
 {
     _htmlScrapService = htmlScrapService;
 }