started api work
This commit is contained in:
parent
6732613466
commit
f9a680c554
3 changed files with 21 additions and 4 deletions
|
|
@ -2,6 +2,6 @@ namespace SurveyBackend.DTOs;
|
|||
|
||||
public record UserLoginDTO
|
||||
{
|
||||
public string Email { get; set; }
|
||||
public string Password { get; set; }
|
||||
public required string Email { get; set; }
|
||||
public required string Password { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue