TFS_ANTIGUO/SIGPC/AyAEL/APL/RolItemMenuComandoEL.cs

20 lines
316 B
C#
Raw Normal View History


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
}
}