namespace CMSMicroservice.Application.UserCQ.Queries.GetUser; public record GetUserQuery : IRequest { //شناسه public long Id { get; init; } }