TFS_ANTIGUO/SIGPC/AyAEL/Tran/notificacionClienteEL.cs

28 lines
712 B
C#
Raw Normal View History

// Decompiled with JetBrains decompiler
// Type: AyAEL.Tran.notificacionClienteEL
// 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 notificacionClienteEL : AyAEL
{
public int PK { get; set; }
public string DESTINATARIO { get; set; }
public string OBSERVACIONES { get; set; }
public DateTime FECHAENVIO { get; set; }
public int FKTIPONOTIFICACION { get; set; }
public int FKUSUARIOXDEPENDENCIA { get; set; }
public int FKSOLICITUD { get; set; }
}
}