fixed typo

This commit is contained in:
2024-04-19 19:11:39 -03:00
parent ab0a1185d4
commit 9bf517e851

View File

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