Go to the documentation of this file.00001 using System;
00002 using System.Collections.Generic;
00003 using System.Linq;
00004 using System.Text;
00005 using N2.Engine;
00006 using System.Web.Mvc;
00007
00008 namespace N2.Web.Mvc
00009 {
00010 [Obsolete("Type moved to ControllerFactoryConfigurator.ControllerFactory")]
00011 [Service(typeof(IControllerFactory))]
00012 public class N2ControllerFactory : ServiceLocatingControllerFactory
00013 {
00018 public N2ControllerFactory(IEngine engine)
00019 : base(engine)
00020 {
00021 }
00022 }
00023 }