mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-24 05:23:33 +08:00
- View page for Edit Role...
--HG-- extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039491
This commit is contained in:
@@ -28,9 +28,16 @@ namespace Orchard.Roles.Controllers {
|
||||
return View(model);
|
||||
}
|
||||
|
||||
//TODO: NYI
|
||||
public ActionResult Create() {
|
||||
var model = new RoleCreateViewModel();
|
||||
return View(model);
|
||||
}
|
||||
|
||||
//TODO: NYI
|
||||
public ActionResult Edit(int id) {
|
||||
var model = new RoleEditViewModel();
|
||||
return View(model);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user