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

This commit is contained in:
Nacho
2024-04-19 21:04:35 -03:00
parent cefd645974
commit f2457d4eaa
53 changed files with 6314 additions and 135 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; }
}
}