public TigerDirectCommandHandler(TigerDirectSource source, CJLinkManipulator manipulator, TigerDirectCleaner cleaner, TigerDirectParser parser) : base(source) { this.Commands.Add(cleaner); this.Commands.Add(parser); this.Commands.Add(manipulator); }
public TigerDirectParser(IDocumentLoader documentLoader, TigerDirectSource source) : base(documentLoader, source) { }