Query.cs 152 B

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