fix: arreglo para que no colisionen las ramas

This commit is contained in:
2024-04-19 19:10:46 -03:00
parent 57e1d4526e
commit ab0a1185d4

View File

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