Hi all, I wonder if it is possible to write the following syntax in an external configuration file and if it is how do I write it?
container.Register(Component.For<IEntityIndexController, ISnippetController>() .ImplementedBy<SnippetController> () .LifeStyle.Transient); TIA Thomas Bodell -- You received this message because you are subscribed to the Google Groups "Castle Project Development List" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-devel?hl=en.
