TFS_ANTIGUO/AYA.FROPI/AyAEL/CIP/LeccionEL.cs

19 lines
285 B
C#
Raw Normal View History

using System;
namespace AyAEL.CIP
{
public class LeccionEL : AyAEL
{
#region Atributos
public string Evento { get; set; }
//Descripcion campo heredado
public int Cierre { get; set; }
#endregion
}
}