using System; namespace AyAEL.ADM { public class UbicacionEL : AyAEL { #region Atributos public int FKUBICACIONBARRIO { get; set; } public int FKUBICACIONDISTRITO { get; set; } #endregion } }