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

19 lines
286 B
C#
Raw Normal View History

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