3 lines
No EOL
118 B
C#
3 lines
No EOL
118 B
C#
namespace Femto.Api.Controllers.Auth;
|
|
|
|
public record RegisterResponse(Guid UserId, string Username, bool IsSuperUser); |