Esempio n. 1
0
 public ActionResult Edit(RoleGroup obj)
 {
     _roleGroupService.EditRoleGroup(obj);
     return(RedirectToAction("Index"));
 }