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