Generator Changes at 9/27/2025 11:50:52 PM
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace CMSMicroservice.Application.UserCQ.Queries.GetJwtToken;
|
||||
public record GetJwtTokenQuery : IRequest<GetJwtTokenResponseDto>
|
||||
{
|
||||
//شناسه
|
||||
public long Id { get; init; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user