using Application.Abstractions.Messaging; namespace Application.Features.Admin.Store.Game.GetAll; /// <summary>활성 게임 전체 리스트 (드롭다운/select 용). Order 오름차순.</summary> public sealed record Query(bool ActiveOnly = true) : IQuery<Response>;