using System; using System.Collections.Generic; using System.Text; namespace Shared.Contracts.PmRole.Queries; public interface IPmRoleQueryService { Task> GetPmRoleList(long? gozareshgirRoleId); }