using BaseService.Systems.UserRoleMenusManagement.Dto;
using Microsoft.AspNetCore.Authorization;
using Microsoft.EntityFrameworkCore;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using Volo.Abp.Application.Dtos;
using Volo.Abp.Application.Services;
using Volo.Abp.Domain.Repositories;
using Volo.Abp.Identity;
namespace BaseService.Systems.UserMenusManagement
{
[Authorize]
public class RoleMenusAppService : ApplicationService, IRoleMenusAppService
{
public IIdentityRoleRepository RoleRepository { get; }
private readonly IRepository