17 lines
269 B
C#
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
|
|
}
|
|
}
|