Files
CMS/src/CMSMicroservice.Application/UserCQ/Queries/GetJwtToken/GetJwtTokenQuery.cs
2025-09-27 23:59:05 +03:30

7 lines
188 B
C#

namespace CMSMicroservice.Application.UserCQ.Queries.GetJwtToken;
public record GetJwtTokenQuery : IRequest<GetJwtTokenResponseDto>
{
//شناسه
public long Id { get; init; }
}