3 lines
No EOL
117 B
C#
3 lines
No EOL
117 B
C#
namespace Femto.Api.Controllers.Auth;
|
|
|
|
public record CreateSignupCodeRequest(string Code, string Email, string Name); |