3 lines
No EOL
123 B
C#
3 lines
No EOL
123 B
C#
namespace Femto.Modules.Auth.Application.Dto;
|
|
|
|
public record RegisterResult(Session Session, Guid UserId, string Username); |