using Application.Abstractions.Messaging; namespace Application.Features.Admin.Banner.Position.GetAll; public sealed record Query : IQuery<Response>;