public PageController(IHtmlTranslator htmlTranslator) { _htmlTranslator = htmlTranslator; }
public PageController() { _htmlTranslator = new HtmlTranslator(); }
public Orchestrator(IHtmlTranslator htmlTranslator) { _htmlTranslator = htmlTranslator; }