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