using System; namespace AyAEL.ADM { public class PartidaPresupuestariaEL : AyAEL { #region Atributos public int Indice { get; set; } #endregion } }