调整按钮数据

This commit is contained in:
yubao
2018-04-05 12:35:05 +08:00
parent 238550f415
commit d5db368a2f
6 changed files with 101 additions and 86 deletions

View File

@@ -86,5 +86,10 @@ namespace OpenAuth.App
}
#endregion
public void UpdateMenu(ModuleElement model)
{
UnitWork.Update<ModuleElement>(u =>u.Id, model);
UnitWork.Save();
}
}
}