TFS_ANTIGUO/SIGPC/AyAEL/APL/ItemMenuComandoEL.cs

15 lines
220 B
C#
Raw Normal View History


namespace AyAEL.APL
{
public class ItemMenuComandoEL
{
#region Atributos
public int ItemMenu { get; set; }
public int Comando { get; set; }
#endregion
}
}