Query.cs 153 B

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