femto-backend/Femto.Api/Controllers/Auth/RegisterRequest.cs
2025-05-15 17:47:20 +02:00

3 lines
No EOL
137 B
C#

namespace Femto.Api.Controllers.Auth;
public record RegisterRequest(string Username, string Password, string SignupCode, string? Email);