TFS_ANTIGUO/SIGPC/AyAEL/APL/ItemMenuComandoEL.cs
kledezma 7fdadc4709 KLB
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C519
2021-01-22 15:05:35 +00:00

14 lines
220 B
C#

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