3 lines
No EOL
115 B
C#
3 lines
No EOL
115 B
C#
namespace Femto.Modules.Auth.Application.Dto;
|
|
|
|
public record ValidateSessionResult(Session Session, UserInfo User); |