17 lines
265 B
C#
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
|
|
}
|
|
}
|