femto-backend/Femto.Modules.Auth/Application/Dto/RefreshUserSessionResult.cs
2025-05-29 00:39:40 +02:00

3 lines
No EOL
124 B
C#

namespace Femto.Modules.Auth.Application.Dto;
public record RefreshUserSessionResult(SessionDto SessionDto, UserInfo User);