namespace AyAEL.APL { public class RolItemMenuComandoEL : AyAEL { #region Atributos public int Rol { get; set; } public int ItemMenu { get; set; } public int Comando { get; set; } public string URL { get; set; } #endregion } }