示例#1
0
 public ActionResult EditInfo(RoleInfo roleInfo)
 {
     roleInfoService.UpdateEntity(roleInfo);
     return(Content("ok"));
 }