TFS_ANTIGUO/AYA.FROPI/AyAEL/CVP/EtapaEL.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

21 lines
386 B
C#

using System;
namespace AyAEL.CVP
{
public class EtapaEL : AyAEL
{
#region Atributos
public DateTime FechaInicio { get; set; }
public DateTime FechaFin { get; set; }
public int Etapa { get; set; }
public int SituacionActual { get; set; }
public int Proyecto { get; set; }
#endregion
}
}