Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ViewResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ViewResult | ||
RolesController ( IRoleService roleSerivce, IUserRoleService userRoleService, IUserProfileService userProfileService ) : System | ||
Update ( ) : System.Web.Mvc.ActionResult | ||
testing ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
BindRoleModel ( |
||
Create ( |
||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ViewResult | ||
id | int | |
return | System.Web.Mvc.ViewResult |
public Edit ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public RolesController ( IRoleService roleSerivce, IUserRoleService userRoleService, IUserProfileService userProfileService ) : System | ||
roleSerivce | IRoleService | |
userRoleService | IUserRoleService | |
userProfileService | IUserProfileService | |
return | System |
public Update ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |