Feat: Routing andando
Signed-off-by: fede <federico.nicolas.polidoro@gmail.com>
This commit is contained in:
@@ -5,6 +5,6 @@ namespace Entidades.Dto;
|
||||
[NotMapped]
|
||||
public class LoginDto
|
||||
{
|
||||
public string Usuario {get; set;} = string.Empty;
|
||||
public string Contrasena {get; set;} = string.Empty;
|
||||
}
|
||||
public string Email {get; set;} = string.Empty;
|
||||
public string Contraseña {get; set;} = string.Empty;
|
||||
}
|
||||
|
||||
6
Entidades/Dto/TokenDto.cs
Normal file
6
Entidades/Dto/TokenDto.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Entidades.Dto;
|
||||
|
||||
public class TokenDto{
|
||||
public string Token {get; set;} = String.Empty;
|
||||
public string Redirect { get; set; } = String.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user