public virtual async Task SetRoleMenusAsync(RoleMenuInput input) { await MenuManager.SetRoleMenusAsync(input.RoleName, input.MenuIds); }
public virtual async Task SetRoleMenusAsync(RoleMenuInput input) { await MenuAppService.SetRoleMenusAsync(input); }