mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-07-09 06:21:35 +08:00
Initial commit
This commit is contained in:
8
Models/Request/Auth/RegisterRequest.cs
Normal file
8
Models/Request/Auth/RegisterRequest.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Foxel.Models.Request.Auth;
|
||||
|
||||
public class RegisterRequest
|
||||
{
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
public string Email { get; set; } = string.Empty;
|
||||
public string Password { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user