feat: Fixed errors
This commit is contained in:
9
LctMonolith/Services/Models/AuthRequest.cs
Normal file
9
LctMonolith/Services/Models/AuthRequest.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace LctMonolith.Services.Models;
|
||||
|
||||
public class AuthRequest
|
||||
{
|
||||
public string Email { get; set; } = null!;
|
||||
public string Password { get; set; } = null!;
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user