// Decompiled with JetBrains decompiler // Type: AyAEL.Tran.notificacionEL // 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 namespace AyAEL.Tran { public class notificacionEL : AyAEL { public string ID_DOCUMENTO { get; set; } public string FK_DEPARTAMENTO { get; set; } public string FK_TIPO_DOCUMENTO { get; set; } public string HECHO_POR_USUARIO { get; set; } public string HECHO_POR_NOMBRE { get; set; } public string HECHO_POR_CORREO { get; set; } public string PARA_USUARIO { get; set; } public string PARA_NOMBRE { get; set; } public string PARA_CORREO { get; set; } public string ASUNTO { get; set; } public string CUERPO { get; set; } public int ESTADO { get; set; } public string FECHA_VENCE { get; set; } public string TIPO_PERIOCIDAD { get; set; } public int VALOR_PERIOCIDAD { get; set; } public string status { get; set; } public string message { get; set; } } }