TFS_ANTIGUO/AYA.FROPI/AyAEL/CIP/ComentarioEL.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
286 B
C#

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