TFS_ANTIGUO/AYA.FROPI/AyAEL/SEG/RolMenuComandoEL.cs
Administrador 50700fd78b Solución FROPI
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C491
2019-05-27 14:46:35 +00:00

17 lines
265 B
C#

namespace AyAEL.SEG
{
public class RolMenuComandoEL : AyAEL
{
#region Atributos
public int Rol { get; set; }
public int Menu { get; set; }
public int Comando { get; set; }
#endregion
}
}