Query.cs 171 B

12345
  1. using Application.Abstractions.Messaging;
  2. namespace Application.Features.Director.Role.Permissions.Get;
  3. public sealed record Query(string RoleID) : IQuery<Response>;