From 9bf517e8510e6183f5cccb3f114a3db51f93d55e Mon Sep 17 00:00:00 2001 From: fede Date: Fri, 19 Apr 2024 19:11:39 -0300 Subject: [PATCH] fixed typo --- Entidades/Proveedor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Entidades/Proveedor.cs b/Entidades/Proveedor.cs index 5b12765..edc6afa 100644 --- a/Entidades/Proveedor.cs +++ b/Entidades/Proveedor.cs @@ -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; }