refactor: cambiado campo "id" a "cuit"

This commit is contained in:
2024-04-19 19:03:42 -03:00
parent ed59d68c8e
commit 721c770fcd

View File

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