// Decompiled with JetBrains decompiler // Type: AyAEL.MANT.proyectoSolicitudEL // 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 proyectoSolicitudEL : AyAEL { public int FKPROYECTO { get; set; } public int FKSOLICITUD { get; set; } public int CANTIDAD { get; set; } public Decimal CAUDALSOLICITADO { get; set; } public Decimal CAUDALASIGNADO { get; set; } public int FKREUTILIZA { get; set; } public string OBSERVACIONES { get; set; } public int NIVELESCONSTRUCCION { get; set; } public Decimal AREACONSTRUCCION { get; set; } public bool VISADO { get; set; } public int FKMOTIVOPROYECTO { get; set; } } }