Go to the documentation of this file.00001 using System;
00002 using System.Collections.Generic;
00003 using System.Web;
00004 using System.Web.Mvc;
00005 using N2.Engine;
00006 using N2.Security;
00007
00008 namespace N2.Web.Mvc
00009 {
00013 public abstract class ContentController : ContentController<ContentItem>
00014 {
00015 }
00016 }