增加Module模块

This commit is contained in:
yubaolee
2015-11-21 23:56:39 +08:00
parent ea30b32af7
commit 12bd4591bb
13 changed files with 650 additions and 6 deletions

View File

@@ -32,6 +32,7 @@ namespace OpenAuth.Mvc
builder.RegisterType<OrgManagerApp>();
builder.RegisterType<UserManagerApp>();
builder.RegisterType<RoleManagerApp>();
builder.RegisterType<ModuleManagerApp>();
// Register your MVC controllers.
builder.RegisterControllers(typeof(MvcApplication).Assembly);