primeros cambios para manejar los permisos y grupos
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace Entidades.Dto;
|
||||
|
||||
public class LoginDto
|
||||
{
|
||||
public string Email {get; set;} = string.Empty;
|
||||
public string Contraseña {get; set;} = string.Empty;
|
||||
public string? Contraseña {get; set;} = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user