Integrated StructureMap container for the MvcServiceLocator in ASP.NET MVC 3 - Context is King

/// <summary>
        /// Initializes a new instance of the <see cref="StructureMapControllerFactory"/> class.
        /// </summary>
        /// <param name="container">The container.</param>
        public StructureMapControllerFactory(IContainer container)
            : this(container, new DefaultControllerFactory())
        {
        }

Posted via email from solution revolution