Exemplo n.º 1
0
 public LessCssHttpHandler()
 {
     Config       = new WebConfigConfigurationLoader().GetConfiguration();
     mHandlerImpl = new ContainerFactory().GetLessContainer(Config)
                    .GetInstance <LessHandlerImpl>();
 }
Exemplo n.º 2
0
 public LessCssHttpHandler()
 {
     Config = new WebConfigConfigurationLoader().GetConfiguration();
     mHandlerImpl = new ContainerFactory().GetLessContainer(Config)
         .GetInstance<LessHandlerImpl>();
 }