3 lines
No EOL
139 B
C#
3 lines
No EOL
139 B
C#
namespace Femto.Api.Controllers.Auth;
|
|
|
|
public record RegisterRequest(string Username, string Password, string SignupCode, bool RememberMe); |