TFS_ANTIGUO/SIGPC/AyAEL/APL/AplicacionEL.cs
kledezma 7fdadc4709 KLB
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C519
2021-01-22 15:05:35 +00:00

17 lines
269 B
C#

namespace AyAEL.APL
{
public class AplicacionEL : AyAEL
{
#region Atributos
public int Orden { get; set; }
public string Etiqueta { get; set; }
public string URL { get; set; }
#endregion
}
}