TFS_ANTIGUO/AYA.FROPI/AyAEL/ADM/UbicacionEL.cs

14 lines
254 B
C#
Raw Normal View History

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