TFS_ANTIGUO/AYA.FROPI/AyAEL/SEG/MenuEL.cs
Administrador 50700fd78b Solución FROPI
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C491
2019-05-27 14:46:35 +00:00

18 lines
342 B
C#

namespace AyAEL.SEG
{
public class MenuEL : AyAEL
{
#region Atributos
//Padre se obtiene heredado
public int Orden { get; set; }
public string Etiqueta { get; set; }
public string URL { get; set; }
public string Pagina { get; set; }
#endregion
}
}