DTO project fixed, events experiments
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace TimetableDesigner.Backend.Services.Authentication.DTO.WebAPI;
|
||||
|
||||
public class AuthenticatePasswordRequest
|
||||
{
|
||||
public string Email { get; set; } = null!;
|
||||
public string Password { get; set; } = null!;
|
||||
public bool RememberMe { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user