示例#1
0
 public Gravitytales(IReplace replace, IScrappingService angleScrapService, IDocument documentService) : base(replace, angleScrapService, documentService)
 {
 }
示例#2
0
文件: WuxiaWorld.cs 项目: Youru/Tools
 public WuxiaWorld(IReplace replace, IScrappingService angleScrapService, IDocument documentService) : base(replace, angleScrapService, documentService)
 {
 }
示例#3
0
 public ScanJs(IReplace replace, IScrappingService angleScrapService, IDocument documentService, IScrappingTechnical scrappingTechnical) : base(replace, angleScrapService, documentService)
 {
     _scrappingTechnical = scrappingTechnical;
 }
示例#4
0
 public BaseNovel(IReplace replace, IScrappingService angleScrapService, IDocument documentService)
 {
     _replace           = replace;
     _angleScrapService = angleScrapService;
     _documentService   = documentService;
 }
示例#5
0
文件: MangaLel.cs 项目: Youru/Tools
 public MangaLel(IReplace replace, IScrappingService angleScrapService, IDocument documentService) : base(replace, angleScrapService, documentService)
 {
     _replace           = replace;
     _angleScrapService = angleScrapService;
     _documentService   = documentService;
 }
示例#6
0
文件: WebNovel.cs 项目: Youru/Tools
 public WebNovel(IReplace replace, IScrappingService angleScrapService, IDocument documentService) : base(replace, angleScrapService, documentService)
 {
 }