Hecho Irepositorio y borrado codigo viejo de repositorios. Además configuré entity framework

This commit is contained in:
2024-08-12 16:48:54 -03:00
parent 01d975c47f
commit b7177439ef
75 changed files with 9512 additions and 17769 deletions

View File

@@ -1,4 +1,5 @@
using System.ComponentModel;
using System.ComponentModel.DataAnnotations.Schema;
namespace Entidades
{
@@ -11,6 +12,7 @@ namespace Entidades
public string Correo { get; set; }
public bool Habilitado { get; set; }
[NotMapped]
public string NombreCompleto
{
get { return $"{Nombre} {Apellido}"; }