TFS_ANTIGUO/SIGPC/AyAEL/Tran/revisionfirmasolicitudEL.cs

38 lines
940 B
C#
Raw Permalink Normal View History

// Decompiled with JetBrains decompiler
// Type: AyAEL.Tran.revisionfirmasolicitudEL
// 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.Tran
{
public class revisionfirmasolicitudEL : AyAEL
{
public int PKREVISIONFIRMASOLICITUD { get; set; }
public DateTime FECHA { get; set; }
public bool CONSTANCIAS { get; set; }
public DateTime FECHACONSTANCIA { get; set; }
public bool ADJUNTOS { get; set; }
public DateTime FECHAADJUNTOS { get; set; }
public bool AS { get; set; }
public DateTime FECHAAS { get; set; }
public bool AP { get; set; }
public DateTime FECHAAP { get; set; }
public int FKUSUARIOXDEPENDENCIA { get; set; }
public int FKSOLICITUD { get; set; }
}
}