ventana personal completamente terminada
This commit is contained in:
@@ -21,9 +21,10 @@ namespace compabetov2.database.modelos
|
||||
public string referencia;
|
||||
public string fecha_nac;
|
||||
public string telefono;
|
||||
public int? fkIdLogin;
|
||||
public string img;
|
||||
public int fkIdLogin;
|
||||
|
||||
public Empleado(int idempeado = -1, string nombre ="", string apellidos = "", string calle = "", string fecha_contratacion = "", string estado = "", string colonia = "", string cp = "", string no_ext = "", string no_int = "", string referencia = "", string fecha_nac = "", string telefono ="",int? fkIdLogin = null)
|
||||
public Empleado(int idempeado = -1, string nombre ="", string apellidos = "", string calle = "", string fecha_contratacion = "", string estado = "", string colonia = "", string cp = "", string no_ext = "", string no_int = "", string referencia = "", string fecha_nac = "", string telefono ="",string img = "",int fkIdLogin = -1)
|
||||
{
|
||||
this.idempleado = idempeado;
|
||||
this.nombre = nombre;
|
||||
@@ -38,6 +39,7 @@ namespace compabetov2.database.modelos
|
||||
this.referencia = referencia;
|
||||
this.fecha_nac=fecha_nac;
|
||||
this.telefono = telefono;
|
||||
this.img = img;
|
||||
this.fkIdLogin = fkIdLogin;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user