TFS_ANTIGUO/AYA.FROPI/AyAEL/CIP/LeccionEL.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

18 lines
285 B
C#

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
}
}