TFS_ANTIGUO/SIGPC/AyAEL/Tran/revisionfirmasolicitudEL.cs
kledezma 7fdadc4709 KLB
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C519
2021-01-22 15:05:35 +00:00

37 lines
940 B
C#

// 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; }
}
}