Inheritance: IConfigSection
Exemplo n.º 1
0
 public HtmlExporter(ILocalController localController, HtmlConfig htmlConfig)
 {
     _localController = localController;
     _htmlStrings     = localController.GetLocalStrings <HtmlStrings>();
     _htmlConfig      = htmlConfig;
 }
Exemplo n.º 2
0
        public HtmlExporter(ILocalController localController, HtmlConfig htmlConfig)
	    {
            _localController = localController;
            _htmlStrings = localController.GetLocalStrings<HtmlStrings>();
            _htmlConfig = htmlConfig;
	    }