3 lines
No EOL
124 B
C#
3 lines
No EOL
124 B
C#
namespace Femto.Modules.Auth.Application.Dto;
|
|
|
|
public record RefreshUserSessionResult(SessionDto SessionDto, UserInfo User); |