public HtmlExporter(ILocalController localController, HtmlConfig htmlConfig) { _localController = localController; _htmlStrings = localController.GetLocalStrings <HtmlStrings>(); _htmlConfig = htmlConfig; }
public HtmlExporter(ILocalController localController, HtmlConfig htmlConfig) { _localController = localController; _htmlStrings = localController.GetLocalStrings<HtmlStrings>(); _htmlConfig = htmlConfig; }