3 lines
No EOL
135 B
C#
3 lines
No EOL
135 B
C#
namespace Femto.Api.Controllers.Auth;
|
|
|
|
public record SignupRequest(string Username, string Password, string SignupCode, string? Email); |