Esempio n. 1
0
        public ComponentTypeModule(IComponentSpecificationService componentSpecificationService)
        {
            this.componentSpecificationService = componentSpecificationService;

            this.Get["/_kola/component-types"] = p => this.GetComponentTypes();
        }
Esempio n. 2
0
        public ComponentTypeModule(IComponentSpecificationService componentSpecificationService)
        {
            this.componentSpecificationService = componentSpecificationService;

            this.Get["/_kola/component-types"] = p => this.GetComponentTypes();
        }