13 lines
196 B
C#
13 lines
196 B
C#
using System;
|
|
|
|
namespace AyAEL.PLE
|
|
{
|
|
public class PerspectivaEL : AyAEL
|
|
{
|
|
#region Atributos
|
|
|
|
public string Codigo { get; set; }
|
|
|
|
#endregion
|
|
}
|
|
}
|