TFS_ANTIGUO/SIGPC/AyAEL/MANT/usuarioEl.cs

44 lines
1 KiB
C#
Raw Normal View History

// Decompiled with JetBrains decompiler
// Type: AyAEL.MANT.usuarioEL
// Assembly: AyAEL, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: 426D1708-8588-4AC2-A7C0-DB4806E5D5ED
// Assembly location: C:\Users\EQUIPO\Downloads\Raiz\Raiz\bin\AyAEL.dll
using System;
namespace AyAEL.MANT
{
public class usuarioEL : AyAEL
{
public int PKCEDULA { get; set; }
public string FUNCIONARIONOMBRE { get; set; }
public string FUNCIONARIOUSUARIO { get; set; }
public string CEDULA { get; set; }
public string APARTADO { get; set; }
public string FUNCIONARIOTELEFONO { get; set; }
public bool JEFATURA { get; set; }
public string DIRECCIONAYA { get; set; }
public bool FUNCIONARIOASTATE { get; set; }
public bool VERPAIS { get; set; }
public int IDREGION { get; set; }
public int CODCANTONAL { get; set; }
public int IDGRADOACADEMICO { get; set; }
public string USUARIO { get; set; }
public DateTime FECHA { get; set; }
}
}