public LessCssHttpHandler() { Config = new WebConfigConfigurationLoader().GetConfiguration(); mHandlerImpl = new ContainerFactory().GetLessContainer(Config) .GetInstance <LessHandlerImpl>(); }
public LessCssHttpHandler() { Config = new WebConfigConfigurationLoader().GetConfiguration(); mHandlerImpl = new ContainerFactory().GetLessContainer(Config) .GetInstance<LessHandlerImpl>(); }