예제 #1
0
파일: Gravitytales.cs 프로젝트: Youru/Tools
 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)
 {
 }