19 lines
316 B
C#
19 lines
316 B
C#
|
|
|
|
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
|
|
}
|
|
}
|