コード例 #1
0
 public ActionResult RoleDelete(int id)
 {
     ApplicationRoleManager.DeleteRole(id);
     return(RedirectToAction("RoleIndex"));
 }