namespace Admin.NET.Application { /// /// /// public interface ISysRoleMenuService { /// /// /// /// /// Task DeleteRoleMenuListByMenuIdList(List menuIdList); /// /// /// /// /// Task DeleteRoleMenuListByRoleId(long roleId); /// /// /// /// /// Task> GetRoleMenuIdList(List roleIdList); /// /// /// /// /// Task GrantMenu(GrantRoleMenuInput input); Task GrantPdaMenu(GrantRoleMenuInput input); } }