no pude usar controladoras, no carga los datos ,interface de cliente y provedor

This commit is contained in:
2024-08-11 18:20:24 -03:00
parent 1aded875ab
commit e82c5a70b8
46 changed files with 6435 additions and 82 deletions

View File

@@ -12,6 +12,7 @@ namespace Entidades
public string Nombre { get; set; }
public string RazonSocial { get; set; }
public string Direccion { get; set; }
public bool Habilitado { get; set; }
public bool Habilitado { get; set; }
}
}