faltan controladoras

This commit is contained in:
Nacho
2024-04-19 17:50:08 -03:00
parent abfd18e86f
commit 8ad9dc6e8b
89 changed files with 2955 additions and 153 deletions

View File

@@ -8,9 +8,10 @@ namespace Entidades
{
public class Proveedor
{
public int Id { get; set; }
public Int64 Cuit { get; set; }
public string Nombre { get; set; }
public string RazonSocial { get; set; }
public string Direccion { get; set; }
public bool Habilitado { get; set; }
}
}