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

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

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