ahi va todo fixeado por ahora faltan forms
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace Entidades
|
||||
{
|
||||
public class Cliente
|
||||
{
|
||||
public string Cuit { get; set; }
|
||||
public Int64 Cuit { get; set; }
|
||||
public string Nombre { get; set; }
|
||||
public string Apellido { get; set; }
|
||||
public string Direccion { get; set; }
|
||||
public string Correo { get; set; }
|
||||
|
||||
[Browsable(false)]
|
||||
public bool Habilitado { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user