- View for create role.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039490
This commit is contained in:
suhacan
2009-11-10 22:04:02 +00:00
parent 94e415b064
commit 534d146dae
4 changed files with 64 additions and 0 deletions

View File

@@ -27,5 +27,10 @@ namespace Orchard.Roles.Controllers {
return View(model);
}
public ActionResult Create() {
var model = new RoleCreateViewModel();
return View(model);
}
}
}