TFS_ANTIGUO/AYA.FROPI/AyAEL/CVP/RespuestaEtapaEL.cs

20 lines
292 B
C#
Raw Normal View History

using System;
namespace AyAEL.CVP
{
public class RespuestaEtapaEL : AyAEL
{
#region Atributos
public int CicloVida { get; set; }
public int Catalogo { get; set; }
public string Otro { get; set; }
#endregion
}
}