Beispiel #1
0
 public ActionResult Save(VmRoleAddorEdit vm)
 {
     _roleService.AddorUpdate(vm.MapTo<RoleDto>());
     return AjaxOkResponse("保存成功!");
 }