15 lines
242 B
C#
15 lines
242 B
C#
|
|
namespace AyAEL.APL
|
|
{
|
|
public class RolEL : AyAEL
|
|
{
|
|
#region Atributos
|
|
|
|
public int ACCESOINFORMACION { get; set; }
|
|
|
|
public new int FKACTIVIDAD { get; set; }
|
|
|
|
#endregion
|
|
|
|
}
|
|
}
|