Example #1
0
 public PageController(IHtmlTranslator htmlTranslator)
 {
     _htmlTranslator = htmlTranslator;
 }
Example #2
0
 public PageController()
 {
     _htmlTranslator = new HtmlTranslator();
 }
Example #3
0
 public Orchestrator(IHtmlTranslator htmlTranslator)
 {
     _htmlTranslator = htmlTranslator;
 }