Query.cs 152 B

12345
  1. using Application.Abstractions.Messaging;
  2. namespace Application.Features.Admin.Crypto.TickerConfig.Get;
  3. public sealed record Query : IQuery<Response>;